Chromium Code Reviews| Index: src/allocation.h |
| =================================================================== |
| --- src/allocation.h (revision 6011) |
| +++ src/allocation.h (working copy) |
| @@ -28,6 +28,9 @@ |
| #ifndef V8_ALLOCATION_H_ |
| #define V8_ALLOCATION_H_ |
| +#include "checks.h" |
| +#include "globals.h" |
| + |
| namespace v8 { |
| namespace internal { |