Chromium Code Reviews| Index: runtime/vm/utils.h |
| diff --git a/runtime/vm/utils.h b/runtime/vm/utils.h |
| index 11072dd7b8bb28b1837d1d426c49e3c43df4da36..855e1f18d884249e6caae76e0cb8bfbaf3a0b7fd 100644 |
| --- a/runtime/vm/utils.h |
| +++ b/runtime/vm/utils.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_UTILS_H_ |
| #define VM_UTILS_H_ |
| -#include "vm/assert.h" |
| +#include "platform/assert.h" |
| +#include "vm/globals.h" |
| namespace dart { |