Index: src/ia32/fast-codegen-ia32.cc |
=================================================================== |
--- src/ia32/fast-codegen-ia32.cc (revision 3213) |
+++ src/ia32/fast-codegen-ia32.cc (working copy) |
@@ -30,6 +30,7 @@ |
#include "codegen-inl.h" |
#include "fast-codegen.h" |
#include "parser.h" |
+#include "debug.h" |
Søren Thygesen Gjesse
2009/11/04 14:40:04
Please keep the include files sorted by name.
|
namespace v8 { |
namespace internal { |