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