| Index: runtime/vm/intermediate_language.cc
|
| diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
|
| index 59161ca7b73cda1fa23c0f16a2f008cbf56628e5..9ac3c5d1a206614a00aa8e0e52c56864fb651352 100644
|
| --- a/runtime/vm/intermediate_language.cc
|
| +++ b/runtime/vm/intermediate_language.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/intermediate_language.h"
|
|
|
| #include "vm/bit_vector.h"
|
| @@ -4064,3 +4066,5 @@ void NativeCallInstr::SetupNative() {
|
| #undef __
|
|
|
| } // namespace dart
|
| +
|
| +#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|