[ 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:
Ben Konyi 2018-05-24 16:15:03 +00:00
parent 3c6907ed0d
commit 2f7874ab99

View file

@ -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 {