diff options
Diffstat (limited to 'JavaScriptCore/pcre/pcre_exec.cpp')
-rw-r--r-- | JavaScriptCore/pcre/pcre_exec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/pcre/pcre_exec.cpp b/JavaScriptCore/pcre/pcre_exec.cpp index 80a092a..af770f3 100644 --- a/JavaScriptCore/pcre/pcre_exec.cpp +++ b/JavaScriptCore/pcre/pcre_exec.cpp @@ -50,7 +50,7 @@ the JavaScript specification. There are also some supporting functions. */ #include <wtf/Vector.h> #if REGEXP_HISTOGRAM -#include <parser/DateMath.h> +#include <wtf/DateMath.h> #include <runtime/UString.h> #endif |