Index: src/jsregexp.cc |
diff --git a/src/jsregexp.cc b/src/jsregexp.cc |
index a2e866ab2bf901be9ea9de76962ff000ca64f72a..d078d07d5e6af408bd42d48e1faab8bc77619379 100644 |
--- a/src/jsregexp.cc |
+++ b/src/jsregexp.cc |
@@ -20,6 +20,7 @@ |
#include "src/regexp-stack.h" |
#include "src/runtime/runtime.h" |
#include "src/string-search.h" |
+#include "src/unicode-decoder.h" |
#ifndef V8_INTERPRETED_REGEXP |
#if V8_TARGET_ARCH_IA32 |