diff options
Diffstat (limited to 'Source/JavaScriptCore/jit/ThunkGenerator.h')
-rw-r--r-- | Source/JavaScriptCore/jit/ThunkGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/jit/ThunkGenerator.h b/Source/JavaScriptCore/jit/ThunkGenerator.h index 031748cbe..a9d7e04ee 100644 --- a/Source/JavaScriptCore/jit/ThunkGenerator.h +++ b/Source/JavaScriptCore/jit/ThunkGenerator.h @@ -26,6 +26,8 @@ #ifndef ThunkGenerator_h #define ThunkGenerator_h +#include <wtf/Platform.h> + #if ENABLE(JIT) namespace JSC { |