Index: runtime/bin/gen_snapshot.cc |
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc |
index c66fe33ea5b97ce568c09c79518283aa6ae3b35c..741541491e105339368c6a0ee51b9753be4c8168 100644 |
--- a/runtime/bin/gen_snapshot.cc |
+++ b/runtime/bin/gen_snapshot.cc |
@@ -14,7 +14,8 @@ |
#include "bin/builtin.h" |
#include "bin/dartutils.h" |
#include "bin/file.h" |
-#include "bin/globals.h" |
+ |
+#include "platform/globals.h" |
// Global state that indicates whether a snapshot is to be created and |
// if so which file to write the snapshot into. |