summaryrefslogtreecommitdiff
path: root/runtime/class_loader_context.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2019-03-29 16:12:04 +0000
committer Vladimir Marko <vmarko@google.com> 2019-04-01 09:37:59 +0000
commitbdc93b47e2e7e8f17413669e03bc461d259d16f6 (patch)
treebd1c632196a437e90d012475afa83adf614be538 /runtime/class_loader_context.cc
parentf52d92fce224c86491d9b0fd6fca805564119426 (diff)
ObjPtr<>-ify StackTraceElement and ClassLoader.
Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 31113334 Change-Id: I457eeda55bbfb905dd2de0abd68451ab42ef9c1f
Diffstat (limited to 'runtime/class_loader_context.cc')
-rw-r--r--runtime/class_loader_context.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_loader_context.cc b/runtime/class_loader_context.cc
index 66d134e7ee..428bf30500 100644
--- a/runtime/class_loader_context.cc
+++ b/runtime/class_loader_context.cc
@@ -31,6 +31,7 @@
#include "dex/dex_file_loader.h"
#include "handle_scope-inl.h"
#include "jni/jni_internal.h"
+#include "mirror/class_loader-inl.h"
#include "mirror/object_array-alloc-inl.h"
#include "nativehelper/scoped_local_ref.h"
#include "oat_file_assistant.h"