Index: Source/wtf/Atomics.h |
diff --git a/Source/wtf/Atomics.h b/Source/wtf/Atomics.h |
index 099050b47882c6f6ddb34b5fccdd99a65956934e..609dd2e5976fa74afcf8d836530d100310c8741e 100644 |
--- a/Source/wtf/Atomics.h |
+++ b/Source/wtf/Atomics.h |
@@ -59,9 +59,10 @@ |
#ifndef Atomics_h |
#define Atomics_h |
-#include <wtf/Platform.h> |
-#include <wtf/StdLibExtras.h> |
-#include <wtf/UnusedParam.h> |
+#include "wtf/CPU.h" |
+#include "wtf/Platform.h" |
+#include "wtf/StdLibExtras.h" |
+#include "wtf/UnusedParam.h" |
#if OS(WINDOWS) |
#include <windows.h> |