Chromium Code Reviews| Index: src/ppc/constants-ppc.h |
| diff --git a/src/ppc/constants-ppc.h b/src/ppc/constants-ppc.h |
| index 6960a7aa1e9450b0bad18b2d4ed3a7afdbc02f28..b304bad7cebbc34326bea54c1f8501c452f30f54 100644 |
| --- a/src/ppc/constants-ppc.h |
| +++ b/src/ppc/constants-ppc.h |
| @@ -5,6 +5,12 @@ |
| #ifndef V8_PPC_CONSTANTS_PPC_H_ |
| #define V8_PPC_CONSTANTS_PPC_H_ |
| +#include <stdint.h> |
| + |
| +#include "src/base/logging.h" |
| +#include "src/base/macros.h" |
| +#include "src/globals.h" |
| + |
| namespace v8 { |
| namespace internal { |