Index: runtime/vm/cha.cc |
diff --git a/runtime/vm/cha.cc b/runtime/vm/cha.cc |
index 7045001c634fb65faf8fcfb347ae86f023401ccd..a13a83870a645dd28de84c32dbe47d0572bb0b01 100644 |
--- a/runtime/vm/cha.cc |
+++ b/runtime/vm/cha.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/cha.h" |
#include "vm/class_table.h" |
#include "vm/flags.h" |
@@ -172,3 +174,5 @@ void CHA::RegisterDependencies(const Code& code) const { |
} |
} // namespace dart |
+ |
+#endif // !defined(DART_PRECOMPILED_RUNTIME) |