Index: runtime/vm/ast.cc |
diff --git a/runtime/vm/ast.cc b/runtime/vm/ast.cc |
index f97964be06933cfcfa8ec8fe35af15a98397a5f2..ad7ced4d56d3aef0057697acf9a4967683d99a10 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" |
@@ -744,3 +746,5 @@ const Instance* StaticGetterNode::EvalConstExpr() const { |
} |
} // namespace dart |
+ |
+#endif // !defined(DART_PRECOMPILED_RUNTIME) |