summaryrefslogtreecommitdiff
path: root/runtime/mirror/class_ext.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-10-26 19:19:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-10-26 19:19:50 +0000
commiteba69a124eb6e0038e3ecc9c1a57cc0251641a89 (patch)
tree65c0e9a08b3713458fc1d3b1cdd8b282814071da /runtime/mirror/class_ext.cc
parent3070e9c98573f94f1ccc5997985a630ab5fbf21b (diff)
parent52ecb65ae9e1ad6fe7f58beecc88cdc08e08f0c4 (diff)
Merge "ART: Add object-array-alloc-inl.h"
Diffstat (limited to 'runtime/mirror/class_ext.cc')
-rw-r--r--runtime/mirror/class_ext.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/mirror/class_ext.cc b/runtime/mirror/class_ext.cc
index 44bf9891cd..516566b6bc 100644
--- a/runtime/mirror/class_ext.cc
+++ b/runtime/mirror/class_ext.cc
@@ -25,7 +25,8 @@
#include "dex/dex_file-inl.h"
#include "gc/accounting/card_table-inl.h"
#include "object-inl.h"
-#include "object_array.h"
+#include "object_array-alloc-inl.h"
+#include "object_array-inl.h"
#include "stack_trace_element.h"
#include "well_known_classes.h"