commit | 768bd97cede0a6de738936aad738f8bb0099322e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Dec 11 13:25:58 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 11 13:25:58 2017 +0000 |
tree | 4cd4514d207d8a8f4f0f8cf59ec10ca73e2eabd6 | |
parent | d13126d1ba8f65e483cd2e9dd18e60c9a0992c6e [diff] | |
parent | bfe2c6cc48cc56305c42c1d09bf03cf80f556a49 [diff] |
Merge "MIPS: Add missing include"
diff --git a/runtime/arch/mips/entrypoints_init_mips.cc b/runtime/arch/mips/entrypoints_init_mips.cc index dca3382..209f367 100644 --- a/runtime/arch/mips/entrypoints_init_mips.cc +++ b/runtime/arch/mips/entrypoints_init_mips.cc
@@ -18,6 +18,7 @@ #include "arch/mips/asm_support_mips.h" #include "atomic.h" +#include "base/logging.h" #include "entrypoints/entrypoint_utils.h" #include "entrypoints/jni/jni_entrypoints.h" #include "entrypoints/math_entrypoints.h"