diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h b/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h index ccb0cea88..b18ff9505 100644 --- a/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h +++ b/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h @@ -26,6 +26,8 @@ #ifndef DFGStackLayoutPhase_h #define DFGStackLayoutPhase_h +#include <wtf/Platform.h> + #if ENABLE(DFG_JIT) namespace JSC { namespace DFG { |