Chromium Code Reviews| Index: src/debug/ppc/debug-ppc.cc |
| diff --git a/src/debug/ppc/debug-ppc.cc b/src/debug/ppc/debug-ppc.cc |
| index 7facf9526a8c0e3e28979bb859b6224130c9f89b..e57aa3caa2c1870c7f5b3ee4ce2f51001955f747 100644 |
| --- a/src/debug/ppc/debug-ppc.cc |
| +++ b/src/debug/ppc/debug-ppc.cc |
| @@ -4,9 +4,11 @@ |
| #if V8_TARGET_ARCH_PPC |
| -#include "src/codegen.h" |
| #include "src/debug/debug.h" |
| +#include "src/codegen.h" |
| +#include "src/debug/liveedit.h" |
| + |
| namespace v8 { |
| namespace internal { |