diff options
author | Andreas Gampe <agampe@google.com> | 2015-08-14 08:22:54 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-08-17 15:42:25 -0700 |
commit | 2a5c4681ba19411c1cb22e9a7ab446dab910af1c (patch) | |
tree | 883ea0c07aad9efdb7c86960056cbefd7992b2bc /compiler/optimizing/stack_map_stream.h | |
parent | 228b3973b2b24783c727a55fda2b4b80375f7207 (diff) |
ART: Some header cleaning around bit-utils
Try to remove dependencies where they are not necessary.
Change-Id: I5ff35cb17aea369bed3725b1610b50d7eb05b81e
Diffstat (limited to 'compiler/optimizing/stack_map_stream.h')
-rw-r--r-- | compiler/optimizing/stack_map_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index 550ed70e0f..703b6f7e13 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h @@ -19,6 +19,7 @@ #include "base/arena_containers.h" #include "base/bit_vector-inl.h" +#include "base/hash_map.h" #include "base/value_object.h" #include "memory_region.h" #include "nodes.h" |