diff options
Diffstat (limited to 'compiler/jit/jit_logger.h')
-rw-r--r-- | compiler/jit/jit_logger.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/jit/jit_logger.h b/compiler/jit/jit_logger.h index 8b39888315..f4ef75a5fe 100644 --- a/compiler/jit/jit_logger.h +++ b/compiler/jit/jit_logger.h @@ -17,10 +17,11 @@ #ifndef ART_COMPILER_JIT_JIT_LOGGER_H_ #define ART_COMPILER_JIT_JIT_LOGGER_H_ +#include <memory> + #include "base/mutex.h" +#include "base/os.h" #include "compiled_method.h" -#include "driver/compiler_driver.h" -#include "driver/compiler_options.h" namespace art { |