summaryrefslogtreecommitdiff
path: root/compiler/dex/ssa_transformation.cc
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-08-20 15:08:45 -0700
committer Ian Rogers <irogers@google.com> 2014-08-20 15:09:20 -0700
commite77493c7217efdd1a0ecef521a6845a13da0305b (patch)
tree3055cb7aaea8b9edc498b2e209d74af36c32e0fd /compiler/dex/ssa_transformation.cc
parent41cba7c66cbc441b00fca48dfb2501181b1f2a53 (diff)
Make common BitVector operations inline-able.
Change-Id: Ie25de4fae56c6712539f04172c42e3eff57df7ca
Diffstat (limited to 'compiler/dex/ssa_transformation.cc')
-rw-r--r--compiler/dex/ssa_transformation.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/ssa_transformation.cc b/compiler/dex/ssa_transformation.cc
index e26745ad5e..4a55de6891 100644
--- a/compiler/dex/ssa_transformation.cc
+++ b/compiler/dex/ssa_transformation.cc
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#include "base/bit_vector-inl.h"
#include "compiler_internals.h"
#include "dataflow_iterator-inl.h"
#include "utils/scoped_arena_containers.h"