Index: runtime/vm/dart.cc |
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc |
index 93cac99fa76ff155414d44647bf486c0a2c2066d..fc14c54b4f0ecdcef261e68a23b8ecd95c409807 100644 |
--- a/runtime/vm/dart.cc |
+++ b/runtime/vm/dart.cc |
@@ -33,6 +33,7 @@ |
#include "vm/timeline.h" |
#include "vm/virtual_memory.h" |
#include "vm/zone.h" |
+#include "vm/clustered_snapshot.h" |
siva
2016/06/30 00:06:08
Should clustered_snapshot.h be included inside sna
rmacnak
2016/06/30 01:39:22
There's no use it from the script/message snapshot
|
namespace dart { |