Index: Source/wtf/Atomics.h |
diff --git a/Source/wtf/Atomics.h b/Source/wtf/Atomics.h |
index 2f69dc213387918194b69a96ebd8e654f3e0c5f4..9755aa75a6d1b7858c9d06bd9ca56f6cab56b2d0 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> |