diff options
Diffstat (limited to 'compiler/debug/elf_debug_writer.cc')
-rw-r--r-- | compiler/debug/elf_debug_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/debug/elf_debug_writer.cc b/compiler/debug/elf_debug_writer.cc index 505b6c5d8a..4d349da576 100644 --- a/compiler/debug/elf_debug_writer.cc +++ b/compiler/debug/elf_debug_writer.cc @@ -35,7 +35,7 @@ #include "elf/elf_utils.h" #include "elf/xz_utils.h" #include "jit/debugger_interface.h" -#include "oat.h" +#include "oat/oat.h" #include "stream/vector_output_stream.h" namespace art HIDDEN { |