diff options
Diffstat (limited to 'runtime/base/bit_struct.h')
-rw-r--r-- | runtime/base/bit_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/bit_struct.h b/runtime/base/bit_struct.h index b207459419..7eb63c6b5c 100644 --- a/runtime/base/bit_struct.h +++ b/runtime/base/bit_struct.h @@ -17,8 +17,8 @@ #ifndef ART_RUNTIME_BASE_BIT_STRUCT_H_ #define ART_RUNTIME_BASE_BIT_STRUCT_H_ +#include "base/bit_utils.h" #include "bit_struct_detail.h" -#include "bit_utils.h" // // Zero-cost, type-safe, well-defined "structs" of bit fields. |