| Index: src/mips64/constants-mips64.h
|
| diff --git a/src/mips64/constants-mips64.h b/src/mips64/constants-mips64.h
|
| index 4c663e2a50a085e924f490d9fe53786fb59c9386..898a4dbb1d19418e2a767646cc03b4c3a1c13395 100644
|
| --- a/src/mips64/constants-mips64.h
|
| +++ b/src/mips64/constants-mips64.h
|
| @@ -5,6 +5,10 @@
|
| #ifndef V8_MIPS_CONSTANTS_H_
|
| #define V8_MIPS_CONSTANTS_H_
|
|
|
| +#include "src/base/logging.h"
|
| +#include "src/base/macros.h"
|
| +#include "src/globals.h"
|
| +
|
| // UNIMPLEMENTED_ macro for MIPS.
|
| #ifdef DEBUG
|
| #define UNIMPLEMENTED_MIPS() \
|
|
|