* kjs/JSImmediate.h: Include MathExtras.h rather than math.h since this file uses "signbit".
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27603
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-08 Darin Adler <darin@apple.com>
+
+ - Windows build fix
+
+ * kjs/JSImmediate.h: Include MathExtras.h rather than math.h since this file uses "signbit".
+
2007-11-08 Oliver Hunt <oliver@apple.com>
Reviewed by Darin.
#include "JSType.h"
#include <wtf/Assertions.h>
#include <wtf/AlwaysInline.h>
+#include <wtf/MathExtras.h>
#include <limits>
-#include <math.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>