diff options
Diffstat (limited to 'runtime/compiler_callbacks.h')
-rw-r--r-- | runtime/compiler_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler_callbacks.h b/runtime/compiler_callbacks.h index b29eb7050d..18632dc6c6 100644 --- a/runtime/compiler_callbacks.h +++ b/runtime/compiler_callbacks.h @@ -17,7 +17,7 @@ #ifndef ART_RUNTIME_COMPILER_CALLBACKS_H_ #define ART_RUNTIME_COMPILER_CALLBACKS_H_ -#include "base/mutex.h" +#include "base/locks.h" #include "dex/class_reference.h" #include "class_status.h" |