Index: Source/core/page/NavigatorBase.cpp |
diff --git a/Source/core/page/NavigatorBase.cpp b/Source/core/page/NavigatorBase.cpp |
index 74c6955167660bdeb76aba4f68e61fb712516d8e..fbc2ffa561b4c622436a5803f675a5b3aa84294a 100644 |
--- a/Source/core/page/NavigatorBase.cpp |
+++ b/Source/core/page/NavigatorBase.cpp |
@@ -28,11 +28,12 @@ |
#include "core/page/NavigatorBase.h" |
#include "core/platform/network/NetworkStateNotifier.h" |
-#include <wtf/text/WTFString.h> |
+#include "wtf/CPU.h" |
+#include "wtf/text/WTFString.h" |
#if OS(LINUX) |
#include "sys/utsname.h" |
-#include <wtf/StdLibExtras.h> |
+#include "wtf/StdLibExtras.h" |
#endif |
#ifndef WEBCORE_NAVIGATOR_PLATFORM |