diff options
Diffstat (limited to 'compiler/utils')
| -rw-r--r-- | compiler/utils/atomic_dex_ref_map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/utils/atomic_dex_ref_map.h b/compiler/utils/atomic_dex_ref_map.h index 3474e16b8d..cabd79e9f1 100644 --- a/compiler/utils/atomic_dex_ref_map.h +++ b/compiler/utils/atomic_dex_ref_map.h @@ -17,9 +17,10 @@ #ifndef ART_COMPILER_UTILS_ATOMIC_DEX_REF_MAP_H_ #define ART_COMPILER_UTILS_ATOMIC_DEX_REF_MAP_H_ +#include "atomic.h" #include "base/dchecked_vector.h" +#include "base/safe_map.h" #include "dex/dex_file_reference.h" -#include "safe_map.h" namespace art { |