diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h b/Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h index 62a01dbcb..392d64fa5 100644 --- a/Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h +++ b/Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h @@ -26,7 +26,7 @@ #ifndef CachedTranscendentalFunction_h #define CachedTranscendentalFunction_h -#include "JSValue.h" +#include "JSCJSValue.h" namespace JSC { |