Index: src/string-search.h |
diff --git a/src/string-search.h b/src/string-search.h |
index bf5ffe6b2d1302653d584383a9cb30acc55d0284..349d4fd2db72918560fd0e784bf9ea4664c803c2 100644 |
--- a/src/string-search.h |
+++ b/src/string-search.h |
@@ -5,6 +5,9 @@ |
#ifndef V8_STRING_SEARCH_H_ |
#define V8_STRING_SEARCH_H_ |
+#include "src/isolate.h" |
+#include "src/vector.h" |
+ |
namespace v8 { |
namespace internal { |