diff options
| author | Dan Albert <danalbert@google.com> | 2015-03-04 23:12:02 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-04 23:12:02 +0000 |
| commit | dbba41df51fe364349dbaf1cc5d310fd7f24d269 (patch) | |
| tree | b406e315b7e0a145ab588ddbb13a35b134dc8b49 | |
| parent | 18cd8711d0059415dc8a99470fc105279a9ce0c6 (diff) | |
| parent | 627f917e66a273e7cbc2805e49f53cf1b9ca0c77 (diff) | |
| download | art-dbba41df51fe364349dbaf1cc5d310fd7f24d269.tar.gz art-dbba41df51fe364349dbaf1cc5d310fd7f24d269.tar.bz2 art-dbba41df51fe364349dbaf1cc5d310fd7f24d269.zip | |
Merge "Include what we use."
| -rw-r--r-- | runtime/base/allocator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/base/allocator.h b/runtime/base/allocator.h index 8720f0e946..2d67c8b032 100644 --- a/runtime/base/allocator.h +++ b/runtime/base/allocator.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_BASE_ALLOCATOR_H_ #include <map> +#include <set> #include "atomic.h" #include "base/macros.h" |
