diff options
Diffstat (limited to 'compiler/dex/mir_graph.cc')
-rw-r--r-- | compiler/dex/mir_graph.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/mir_graph.cc b/compiler/dex/mir_graph.cc index 1871f07106..9fa5148ced 100644 --- a/compiler/dex/mir_graph.cc +++ b/compiler/dex/mir_graph.cc @@ -35,6 +35,7 @@ #include "leb128.h" #include "pass_driver_me_post_opt.h" #include "stack.h" +#include "utils.h" namespace art { |