Revision: 3909
Author: [email protected]
Date: Fri Feb 19 01:59:47 2010
Log: Fix missing includes.

[email protected],
Review URL: http://codereview.chromium.org/650025
http://code.google.com/p/v8/source/detail?r=3909

Modified:
 /branches/bleeding_edge/src/ia32/fast-codegen-ia32.h

=======================================
--- /branches/bleeding_edge/src/ia32/fast-codegen-ia32.h Fri Feb 19 01:17:37 2010 +++ /branches/bleeding_edge/src/ia32/fast-codegen-ia32.h Fri Feb 19 01:59:47 2010
@@ -28,6 +28,11 @@
 #ifndef V8_FAST_CODEGEN_IA32_H_
 #define V8_FAST_CODEGEN_IA32_H_

+#include "v8.h"
+
+#include "ast.h"
+#include "compiler.h"
+
 namespace v8 {
 namespace internal {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to