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 0b40388cee..5fb0c0ccbc 100644 --- a/src/compiler_llvm/compilation_unit.h +++ b/src/compiler_llvm/compilation_unit.h @@ -17,7 +17,7 @@ #ifndef ART_SRC_COMPILER_LLVM_COMPILATION_UNIT_H_ #define ART_SRC_COMPILER_LLVM_COMPILATION_UNIT_H_ -#include "../mutex.h" +#include "base/mutex.h" #include "globals.h" #if defined(ART_USE_DEXLANG_FRONTEND) # include "greenland/dex_lang.h" |