Index: runtime/vm/bitfield_test.cc |
diff --git a/runtime/vm/bitfield_test.cc b/runtime/vm/bitfield_test.cc |
index 49a6ae2241295de00e60baec03e2a744bdde520e..7728b29cb053e3ae91063ba69b19370ec60f7725 100644 |
--- a/runtime/vm/bitfield_test.cc |
+++ b/runtime/vm/bitfield_test.cc |
@@ -1,8 +1,9 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
// 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/assert.h" |
+#include "platform/assert.h" |
+#include "vm/globals.h" |
#include "vm/bitfield.h" |
#include "vm/unit_test.h" |