diff options
Diffstat (limited to 'runtime/arch/mips/entrypoints_init_mips.cc')
-rw-r--r-- | runtime/arch/mips/entrypoints_init_mips.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/arch/mips/entrypoints_init_mips.cc b/runtime/arch/mips/entrypoints_init_mips.cc index 70a9619447..7a2e961f81 100644 --- a/runtime/arch/mips/entrypoints_init_mips.cc +++ b/runtime/arch/mips/entrypoints_init_mips.cc @@ -14,6 +14,8 @@ * limitations under the License. */ +#include "entrypoints/interpreter/interpreter_entrypoints.h" +#include "entrypoints/jni/jni_entrypoints.h" #include "entrypoints/portable/portable_entrypoints.h" #include "entrypoints/quick/quick_alloc_entrypoints.h" #include "entrypoints/quick/quick_entrypoints.h" |