summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp')
-rw-r--r--Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp b/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp
index c65d2b1b9..01c070451 100644
--- a/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp
+++ b/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp
@@ -29,6 +29,8 @@
#include "config.h"
#include "JSSegmentedVariableObject.h"
+#include "Operations.h"
+
namespace JSC {
int JSSegmentedVariableObject::findRegisterIndex(void* registerAddress)