diff options
Diffstat (limited to 'js/src/regexp/regexp-ast.h')
-rw-r--r-- | js/src/regexp/regexp-ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/regexp/regexp-ast.h b/js/src/regexp/regexp-ast.h index 540fdce80a..fe6913e1d4 100644 --- a/js/src/regexp/regexp-ast.h +++ b/js/src/regexp/regexp-ast.h @@ -5,6 +5,7 @@ #ifndef V8_REGEXP_REGEXP_AST_H_ #define V8_REGEXP_REGEXP_AST_H_ +#include "regexp/regexp-shim.h" namespace v8 { namespace internal { |