mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
[ VM ] Updated include path for typed_data_utils.h which was causing Flutter build to fail.
Change-Id: Id70533ec5237579719cfc061fab93bd659c20b1f Reviewed-on: https://dart-review.googlesource.com/56560 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Zach Anderson <zra@google.com>
This commit is contained in:
parent
3c6907ed0d
commit
2f7874ab99
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
#include "bin/typed_data_utils.h"
|
||||
#include "platform/assert.h"
|
||||
#include "runtime/bin/typed_data_utils.h"
|
||||
|
||||
namespace dart {
|
||||
namespace bin {
|
||||
|
|
Loading…
Reference in a new issue