Reviewed by Sam and Ada.
* wtf/MathExtras.h: Get rid of a circular #include dependency to fix
the build.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27607
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-08 Adam Roben <aroben@apple.com>
+
+ Windows build fix
+
+ Reviewed by Sam and Ada.
+
+ * wtf/MathExtras.h: Get rid of a circular #include dependency to fix
+ the build.
+
2007-11-08 Adam Roben <aroben@apple.com>
Fix a precedence warning on Windows
#if COMPILER(MSVC)
#include "kjs/operations.h"
-#include "kjs/value.h"
#include <xmath.h>
#include <limits>
#include <float.h>
#endif
+namespace KJS {
+ extern const double NaN;
+}
+
#endif
#ifndef M_PI