Reviewers: Kevin Millikin, Description: Fix missing includes.
[email protected], Committed: http://code.google.com/p/v8/source/detail?r=3909 Please review this at http://codereview.chromium.org/650025 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/ia32/fast-codegen-ia32.h Index: src/ia32/fast-codegen-ia32.h =================================================================== --- src/ia32/fast-codegen-ia32.h (revision 3907) +++ src/ia32/fast-codegen-ia32.h (working copy) @@ -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
