diff options
Diffstat (limited to 'src/compiler_llvm/compilation_unit.h')
| -rw-r--r-- | src/compiler_llvm/compilation_unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/compilation_unit.h b/src/compiler_llvm/compilation_unit.h index 591d4f0a31..6ebac9aa68 100644 --- a/src/compiler_llvm/compilation_unit.h +++ b/src/compiler_llvm/compilation_unit.h @@ -29,7 +29,7 @@ #include "safe_map.h" #if defined(ART_USE_PORTABLE_COMPILER) -# include "compiler/Dalvik.h" +# include "compiler/compiler_internals.h" # include "compiler.h" # include "oat_compilation_unit.h" #endif |