summaryrefslogtreecommitdiffstats
path: root/runtime/class_reference.h
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2014-03-03 16:12:05 -0800
committerKenny Root <kroot@android.com>2014-03-04 00:15:02 +0000
commit763fab6aba4707f277bb1756412320f14eaf642c (patch)
tree56a8d18b1ca4e1ba0ff03b9d1202a1f548255e25 /runtime/class_reference.h
parentf796ca0715d0cb6f5afe00b3df00e80f99e186f7 (diff)
downloadart-763fab6aba4707f277bb1756412320f14eaf642c.zip
art-763fab6aba4707f277bb1756412320f14eaf642c.tar.gz
art-763fab6aba4707f277bb1756412320f14eaf642c.tar.bz2
Include what is used
If you use it, you should put an #include in it. Change-Id: I8919fe2e48adb7cc19173cc44838547a2015288f
Diffstat (limited to 'runtime/class_reference.h')
-rw-r--r--runtime/class_reference.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_reference.h b/runtime/class_reference.h
index 77c296f..7b20612 100644
--- a/runtime/class_reference.h
+++ b/runtime/class_reference.h
@@ -18,6 +18,7 @@
#define ART_RUNTIME_CLASS_REFERENCE_H_
#include <stdint.h>
+#include <utility>
namespace art {