From 02ed4c04468ca5f5540c5b704ac3e2f30eb9e8f4 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 6 Sep 2013 13:10:04 -0700 Subject: Move disassembler out of runtime. Bug: 9877500. Change-Id: Ica6d9f5ecfd20c86e5230a2213827bd78cd29a29 --- compiler/llvm/compiler_llvm.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/llvm/compiler_llvm.cc') diff --git a/compiler/llvm/compiler_llvm.cc b/compiler/llvm/compiler_llvm.cc index 83b0c75e04..0df3c476fc 100644 --- a/compiler/llvm/compiler_llvm.cc +++ b/compiler/llvm/compiler_llvm.cc @@ -26,6 +26,7 @@ #include "ir_builder.h" #include "jni/portable/jni_compiler.h" #include "llvm_compilation_unit.h" +#include "thread-inl.h" #include "utils_llvm.h" #include "verifier/method_verifier.h" -- cgit v1.2.3-59-g8ed1b