summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/ConstructData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/ConstructData.h')
-rw-r--r--Source/JavaScriptCore/runtime/ConstructData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/ConstructData.h b/Source/JavaScriptCore/runtime/ConstructData.h
index 6426b044e..10317a2f9 100644
--- a/Source/JavaScriptCore/runtime/ConstructData.h
+++ b/Source/JavaScriptCore/runtime/ConstructData.h
@@ -30,7 +30,7 @@
#define ConstructData_h
#include "CallData.h"
-#include "JSValue.h"
+#include "JSCJSValue.h"
namespace JSC {