diff options
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r-- | compiler/dex/mir_graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index e866612d35..d304db931a 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -21,7 +21,7 @@ #include "dex_instruction.h" #include "compiler_ir.h" #include "arena_bit_vector.h" -#include "growable_array.h" +#include "utils/growable_array.h" namespace art { |