summaryrefslogtreecommitdiff
path: root/runtime/class_table.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-06-09 18:00:41 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-06-09 18:00:43 +0000
commit58794c5c23f46a7476a58e5a10dbeebb6321aa90 (patch)
tree948368dd8d8376a50fe996da0438abe10da1322d /runtime/class_table.cc
parent73321bfdd7e96e3ce62042c9e5be567ed0db1985 (diff)
parent5678db5b3a0275d04bc610236f89fac9f76b5b1e (diff)
Merge "ART: Refactor bit_utils and stl_util"
Diffstat (limited to 'runtime/class_table.cc')
-rw-r--r--runtime/class_table.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_table.cc b/runtime/class_table.cc
index b71610ac7f..c45bbe5334 100644
--- a/runtime/class_table.cc
+++ b/runtime/class_table.cc
@@ -16,6 +16,7 @@
#include "class_table-inl.h"
+#include "base/stl_util.h"
#include "mirror/class-inl.h"
#include "oat_file.h"