diff options
Diffstat (limited to 'src/compiler_llvm')
| -rw-r--r-- | src/compiler_llvm/runtime_support_llvm.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler_llvm/runtime_support_llvm.cc b/src/compiler_llvm/runtime_support_llvm.cc index 45f818f7c0..300376b21f 100644 --- a/src/compiler_llvm/runtime_support_llvm.cc +++ b/src/compiler_llvm/runtime_support_llvm.cc @@ -4,6 +4,7 @@ #include "dex_verifier.h" #include "object.h" #include "object_utils.h" +#include "runtime_support_common.h" #include "runtime_support_llvm.h" #include "thread.h" #include "thread_list.h" |