Index: runtime/vm/virtual_memory_win.cc |
=================================================================== |
--- runtime/vm/virtual_memory_win.cc (revision 18775) |
+++ runtime/vm/virtual_memory_win.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 "vm/globals.h" |
+#if defined(TARGET_OS_WINDOWS) |
+ |
#include "vm/virtual_memory.h" |
#include "platform/assert.h" |
@@ -84,3 +87,5 @@ |
} |
} // namespace dart |
+ |
+#endif // defined(TARGET_OS_WINDOWS) |