Index: src/codegen.h |
diff --git a/src/codegen.h b/src/codegen.h |
index e01a3982a016f90a8e1b461e3d7bb395a48e9c29..ba99a404a38a61b201f792c38539c32652c0acd7 100644 |
--- a/src/codegen.h |
+++ b/src/codegen.h |
@@ -6,7 +6,7 @@ |
#define V8_CODEGEN_H_ |
#include "src/code-stubs.h" |
-#include "src/runtime.h" |
+#include "src/runtime/runtime.h" |
// Include the declaration of the architecture defined class CodeGenerator. |
// The contract to the shared code is that the the CodeGenerator is a subclass |