Index: src/utils.h |
diff --git a/src/utils.h b/src/utils.h |
index 069be4f8a5da01025d38b20d6c1aeb8a80cc675d..3fbc4dceb39a4c4180743cc9fc6e86188b5d51e8 100644 |
--- a/src/utils.h |
+++ b/src/utils.h |
@@ -31,7 +31,9 @@ |
#include <stdlib.h> |
#include <string.h> |
+#include "globals.h" |
#include "checks.h" |
+#include "allocation.h" |
namespace v8 { |
namespace internal { |