diff options
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r-- | compiler/dex/mir_graph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index 7385a8bd53..f038397e1e 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -20,6 +20,7 @@ #include <stdint.h> #include "base/arena_containers.h" +#include "base/bit_utils.h" #include "base/scoped_arena_containers.h" #include "dex_file.h" #include "dex_instruction.h" |