Index: runtime/vm/ast.cc |
diff --git a/runtime/vm/ast.cc b/runtime/vm/ast.cc |
index 69fb0d39ef3728d3d7b59c504ca485cf0ce54993..a6aede9f403880f6fd6d4bf9c394c1fb90870ee4 100644 |
--- a/runtime/vm/ast.cc |
+++ b/runtime/vm/ast.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/ast.h" |
#include "vm/compiler.h" |
#include "vm/dart_entry.h" |
@@ -792,3 +794,5 @@ const Instance* StaticGetterNode::EvalConstExpr() const { |
} |
} // namespace dart |
+ |
+#endif // !defined(DART_PRECOMPILED_RUNTIME) |