Gtk build fix. Add include of MathExtras.h.
* kjs/string_object.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27202
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-28 Mark Rowe <mrowe@apple.com>
+
+ Gtk build fix. Add include of MathExtras.h.
+
+ * kjs/string_object.cpp:
+
2007-10-28 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej and Tim.
#include "operations.h"
#include "PropertyNameArray.h"
#include "regexp_object.h"
+#include <wtf/MathExtras.h>
#include <wtf/unicode/Unicode.h>
#if PLATFORM(CF)