Index: runtime/vm/boolfield.h |
diff --git a/runtime/vm/boolfield.h b/runtime/vm/boolfield.h |
index 23761d9e50993ed40b055f75a831966e64e67764..64117f27a04aa97fedca7052f555f97da32e30cb 100644 |
--- a/runtime/vm/boolfield.h |
+++ b/runtime/vm/boolfield.h |
@@ -1,10 +1,12 @@ |
-// 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. |
#ifndef VM_BOOLFIELD_H_ |
#define VM_BOOLFIELD_H_ |
+#include "vm/globals.h" |
+ |
namespace dart { |
// BoolField is a template for encoding and decoding a bit inside an |