diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf/Alignment.h')
-rw-r--r-- | Source/JavaScriptCore/wtf/Alignment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/Alignment.h b/Source/JavaScriptCore/wtf/Alignment.h index 9b443efc6..ac780b96e 100644 --- a/Source/JavaScriptCore/wtf/Alignment.h +++ b/Source/JavaScriptCore/wtf/Alignment.h @@ -21,7 +21,7 @@ #ifndef WTF_Alignment_h #define WTF_Alignment_h -#include "Platform.h" +#include <wtf/Platform.h> #include <algorithm> namespace WTF { |