diff options
Diffstat (limited to 'compiler/utils/growable_array.h')
-rw-r--r-- | compiler/utils/growable_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/growable_array.h b/compiler/utils/growable_array.h index fd43ea6e20..821e28b4a0 100644 --- a/compiler/utils/growable_array.h +++ b/compiler/utils/growable_array.h @@ -20,7 +20,7 @@ #include <stdint.h> #include <stddef.h> -#include "arena_object.h" +#include "base/arena_object.h" namespace art { |