Chromium Code Reviews| Index: src/debug/s390/debug-s390.cc |
| diff --git a/src/debug/s390/debug-s390.cc b/src/debug/s390/debug-s390.cc |
| index 9c33b95e3b9ebc4fbe7f62d7ecd26c577cbdb32c..b745d5b966cf1bafa12a6ed5a242ec663bac4990 100644 |
| --- a/src/debug/s390/debug-s390.cc |
| +++ b/src/debug/s390/debug-s390.cc |
| @@ -6,9 +6,11 @@ |
| #if V8_TARGET_ARCH_S390 |
| -#include "src/codegen.h" |
| #include "src/debug/debug.h" |
| +#include "src/codegen.h" |
| +#include "src/debug/liveedit.h" |
| + |
| namespace v8 { |
| namespace internal { |