Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: runtime/vm/log.cc

Issue 2715463003: Add option to gen_snapshot for creating a Makefile describing a snapshot's dependencies. (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/log.cc
diff --git a/runtime/vm/log.cc b/runtime/vm/log.cc
index 15e3e20f20cac965f1b4f0e4a79a719662ffb48e..28db12c77a1cbb5f540536225c596b5bf8f5f276 100644
--- a/runtime/vm/log.cc
+++ b/runtime/vm/log.cc
@@ -5,6 +5,7 @@
#include "vm/log.h"
#include "vm/flags.h"
+#include "vm/isolate.h"
#include "vm/thread.h"
namespace dart {

Powered by Google App Engine
This is Rietveld 408576698