Not reviewed, build fix.
- speculative fix for non-AllInOne builds
* kjs/operations.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@36728
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-09-20 Maciej Stachowiak <mjs@apple.com>
+
+ Not reviewed, build fix.
+
+ - speculative fix for non-AllInOne builds
+
+ * kjs/operations.h:
+
2008-09-20 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin.
#ifndef _KJS_OPERATIONS_H_
#define _KJS_OPERATIONS_H_
+#include "JSImmediate.h"
+#include "JSNumberCell.h"
+#include "JSString.h"
+
namespace JSC {
class ExecState;