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 dee1361a50..16b529a5e6 100644 --- a/compiler/dex/mir_graph.cc +++ b/compiler/dex/mir_graph.cc @@ -19,6 +19,7 @@ #include <inttypes.h> #include <queue> +#include "base/bit_vector-inl.h" #include "base/stl_util.h" #include "compiler_internals.h" #include "dex_file-inl.h" |