From 2a5c4681ba19411c1cb22e9a7ab446dab910af1c Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Fri, 14 Aug 2015 08:22:54 -0700 Subject: ART: Some header cleaning around bit-utils Try to remove dependencies where they are not necessary. Change-Id: I5ff35cb17aea369bed3725b1610b50d7eb05b81e --- compiler/optimizing/stack_map_stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/stack_map_stream.h') 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" -- cgit v1.2.3-59-g8ed1b