[ 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>
diff --git a/runtime/bin/typed_data_utils.cc b/runtime/bin/typed_data_utils.cc
index 792ec7e..6c08ca5 100644
--- a/runtime/bin/typed_data_utils.cc
+++ b/runtime/bin/typed_data_utils.cc
@@ -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 {