Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index d49e365e59e51823655a71dee8046452551c8040..baaeae97a57bc9bc1a1ab7f03b8f048c4c2c833f 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -25,6 +25,8 @@ |
| #include "src/arm64/constants-arm64.h" // NOLINT |
| #elif V8_TARGET_ARCH_MIPS |
| #include "src/mips/constants-mips.h" // NOLINT |
| +#elif V8_TARGET_ARCH_MIPS64 |
| +#include "src/mips64/constants-mips64.h" // NOLINT |
| #endif |