diff options
Diffstat (limited to 'JavaScriptCore/runtime/RegExpCache.h')
-rw-r--r-- | JavaScriptCore/runtime/RegExpCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/JavaScriptCore/runtime/RegExpCache.h b/JavaScriptCore/runtime/RegExpCache.h index fb30a9e..e897b43 100644 --- a/JavaScriptCore/runtime/RegExpCache.h +++ b/JavaScriptCore/runtime/RegExpCache.h @@ -28,6 +28,8 @@ #include "RegExp.h" #include "RegExpKey.h" #include "UString.h" +#include <wtf/FixedArray.h> +#include <wtf/HashMap.h> #ifndef RegExpCache_h #define RegExpCache_h |