Index: src/full-codegen/mips/full-codegen-mips.cc |
diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc |
index 8e76eb072572346f240ce5447d070ea248270c2a..aefcf562cc7af94020b092fab5ca9d479f4c1104 100644 |
--- a/src/full-codegen/mips/full-codegen-mips.cc |
+++ b/src/full-codegen/mips/full-codegen-mips.cc |
@@ -12,12 +12,14 @@ |
// places where we have to move a previous result in v0 to a0 for the |
// next call: mov(a0, v0). This is not needed on the other architectures. |
+#include "src/full-codegen/full-codegen.h" |
#include "src/ast/scopes.h" |
#include "src/code-factory.h" |
#include "src/code-stubs.h" |
#include "src/codegen.h" |
+#include "src/compilation-info.h" |
+#include "src/compiler.h" |
#include "src/debug/debug.h" |
-#include "src/full-codegen/full-codegen.h" |
#include "src/ic/ic.h" |
#include "src/parsing/parser.h" |