git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix build by adding all (hopefully) the missing includes.
[WebKit-https.git]
/
JavaScriptCore
/
kjs
/
DateConstructor.cpp
diff --git
a/JavaScriptCore/kjs/DateConstructor.cpp
b/JavaScriptCore/kjs/DateConstructor.cpp
index
2dd1d51
..
f183d5b
100644
(file)
--- a/
JavaScriptCore/kjs/DateConstructor.cpp
+++ b/
JavaScriptCore/kjs/DateConstructor.cpp
@@
-24,6
+24,7
@@
#include "DateMath.h"
#include "DatePrototype.h"
+#include "JSFunction.h"
#include "JSGlobalObject.h"
#include "JSString.h"
#include "ObjectPrototype.h"