Not reviewed, build fix.
Windows build fix for the last change.
* wtf/dtoa.cpp: Forgot to include Vector.h
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@45700
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-07-09 Maciej Stachowiak <mjs@apple.com>
+
+ Not reviewed, build fix.
+
+ Windows build fix for the last change.
+
+ * wtf/dtoa.cpp: Forgot to include Vector.h
+
2009-07-09 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin Adler.
#include <wtf/AlwaysInline.h>
#include <wtf/Assertions.h>
#include <wtf/FastMalloc.h>
+#include <wtf/Vector.h>
#include <wtf/Threading.h>
#include <stdio.h>