Index: Source/wtf/MathExtras.h |
diff --git a/Source/wtf/MathExtras.h b/Source/wtf/MathExtras.h |
index 5b6f38cfbb2b42c1b44e82435dec519a2e0417f5..fa62ebb6c98ba75845e97a11923abc1332ff6d59 100644 |
--- a/Source/wtf/MathExtras.h |
+++ b/Source/wtf/MathExtras.h |
@@ -26,13 +26,14 @@ |
#ifndef WTF_MathExtras_h |
#define WTF_MathExtras_h |
+#include "wtf/CPU.h" |
+#include "wtf/StdLibExtras.h" |
#include <algorithm> |
#include <cmath> |
#include <float.h> |
#include <limits> |
#include <stdint.h> |
#include <stdlib.h> |
-#include <wtf/StdLibExtras.h> |
#if OS(SOLARIS) |
#include <ieeefp.h> |