summaryrefslogtreecommitdiff
path: root/runtime/debug_print.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/debug_print.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/debug_print.cc')
-rw-r--r--runtime/debug_print.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debug_print.cc b/runtime/debug_print.cc
index 2939b00e1b..cde4d868cb 100644
--- a/runtime/debug_print.cc
+++ b/runtime/debug_print.cc
@@ -25,7 +25,7 @@
#include "gc/heap.h"
#include "gc/space/space-inl.h"
#include "mirror/class.h"
-#include "mirror/class_loader.h"
+#include "mirror/class_loader-inl.h"
#include "runtime.h"
#include "scoped_thread_state_change-inl.h"
#include "thread-current-inl.h"