summaryrefslogtreecommitdiffstats
path: root/runtime/base
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-04 15:06:16 -0800
committerDan Albert <danalbert@google.com>2015-03-04 15:06:16 -0800
commit627f917e66a273e7cbc2805e49f53cf1b9ca0c77 (patch)
treee995bc4765ea9da166128a2c9961286e725dc188 /runtime/base
parentdc68bafc29a457b1cc5b29a03f2ef5f2af77865d (diff)
downloadart-627f917e66a273e7cbc2805e49f53cf1b9ca0c77.tar.gz
art-627f917e66a273e7cbc2805e49f53cf1b9ca0c77.tar.bz2
art-627f917e66a273e7cbc2805e49f53cf1b9ca0c77.zip
Include what we use.
Newest libc++ update fixes some of the header cruft. Change-Id: Ic5019ffcb272274ac3b21627218d65a887074458
Diffstat (limited to 'runtime/base')
-rw-r--r--runtime/base/allocator.h1
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"