diff options
Diffstat (limited to 'Source/JavaScriptCore/profiler/ProfilerBytecode.cpp')
-rw-r--r-- | Source/JavaScriptCore/profiler/ProfilerBytecode.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/profiler/ProfilerBytecode.cpp b/Source/JavaScriptCore/profiler/ProfilerBytecode.cpp index ca602e42f..b76e78f98 100644 --- a/Source/JavaScriptCore/profiler/ProfilerBytecode.cpp +++ b/Source/JavaScriptCore/profiler/ProfilerBytecode.cpp @@ -28,7 +28,8 @@ #include "JSGlobalObject.h" #include "ObjectConstructor.h" -#include "Operations.h" +#include "Opcode.h" +#include "JSCInlines.h" namespace JSC { namespace Profiler { |