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
/
BooleanPrototype.cpp
diff --git
a/JavaScriptCore/kjs/BooleanPrototype.cpp
b/JavaScriptCore/kjs/BooleanPrototype.cpp
index
a6df6fe
..
d4b67b6
100644
(file)
--- a/
JavaScriptCore/kjs/BooleanPrototype.cpp
+++ b/
JavaScriptCore/kjs/BooleanPrototype.cpp
@@
-22,6
+22,7
@@
#include "BooleanPrototype.h"
#include "FunctionPrototype.h"
+#include "JSFunction.h"
#include "ObjectPrototype.h"
namespace KJS {