diff options
Diffstat (limited to 'deps/v8/src/allocation.h')
-rw-r--r-- | deps/v8/src/allocation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/allocation.h b/deps/v8/src/allocation.h index 6f4bd2fb54..394366ea4d 100644 --- a/deps/v8/src/allocation.h +++ b/deps/v8/src/allocation.h @@ -28,6 +28,9 @@ #ifndef V8_ALLOCATION_H_ #define V8_ALLOCATION_H_ +#include "checks.h" +#include "globals.h" + namespace v8 { namespace internal { |