| Index: runtime/vm/heap_test.cc
|
| ===================================================================
|
| --- runtime/vm/heap_test.cc (revision 34648)
|
| +++ runtime/vm/heap_test.cc (working copy)
|
| @@ -2,6 +2,9 @@
|
| // 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.
|
|
|
| +#include "platform/globals.h"
|
| +#if !defined(TARGET_ARCH_ARM64)
|
| +
|
| #include "platform/assert.h"
|
| #include "vm/dart_api_impl.h"
|
| #include "vm/globals.h"
|
| @@ -206,3 +209,5 @@
|
| }
|
|
|
| } // namespace dart.
|
| +
|
| +#endif // !defined(TARGET_ARCH_ARM64)
|
|
|