diff options
Diffstat (limited to 'runtime/base/arena_allocator.h')
-rw-r--r-- | runtime/base/arena_allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/arena_allocator.h b/runtime/base/arena_allocator.h index a484c5c105..0b1a3bac9c 100644 --- a/runtime/base/arena_allocator.h +++ b/runtime/base/arena_allocator.h @@ -17,8 +17,8 @@ #ifndef ART_RUNTIME_BASE_ARENA_ALLOCATOR_H_ #define ART_RUNTIME_BASE_ARENA_ALLOCATOR_H_ -#include <stdint.h> #include <stddef.h> +#include <stdint.h> #include "base/bit_utils.h" #include "base/dchecked_vector.h" |