| Index: runtime/vm/store_buffer.h
|
| diff --git a/runtime/vm/store_buffer.h b/runtime/vm/store_buffer.h
|
| index 0f25ddc202c3c551d86470f1b062c86c49f6524a..ff2f3fee2a97326700a278b9d9fa91673da718aa 100644
|
| --- a/runtime/vm/store_buffer.h
|
| +++ b/runtime/vm/store_buffer.h
|
| @@ -1,11 +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_STORE_BUFFER_H_
|
| #define VM_STORE_BUFFER_H_
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| +#include "vm/globals.h"
|
|
|
| namespace dart {
|
|
|
|
|