Index: runtime/vm/il_printer.cc |
diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc |
index d46c8ec54d298bc0867cc32cac64a6c5b3649faa..b8eaa0ce69683c41c58eb321ea39b51096968f36 100644 |
--- a/runtime/vm/il_printer.cc |
+++ b/runtime/vm/il_printer.cc |
@@ -2,6 +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. |
+#if !defined(DART_PRECOMPILED_RUNTIME) |
+ |
#include "vm/il_printer.h" |
#include "vm/flow_graph_range_analysis.h" |
@@ -1296,3 +1298,5 @@ bool FlowGraphPrinter::ShouldPrint(const Function& function) { |
#endif // !PRODUCT |
} // namespace dart |
+ |
+#endif // !defined(DART_PRECOMPILED_RUNTIME) |