summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_VMClassLoader.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-06-26 19:54:12 -0700
committer Andreas Gampe <agampe@google.com> 2018-10-25 09:52:28 -0700
commit88dbad33ae92167a89a5d5469f39f41624535dbf (patch)
treeb3b0c864c12c246117143954f16df054309852c6 /runtime/native/java_lang_VMClassLoader.cc
parentc58dca3941459b4375a53925f3471373584eab5e (diff)
ART: Do some include-what-you-use
Help with transitive includes. In preparation for new specialized headers reducing transitivity. Bug: 118385392 Test: mmma art Change-Id: Ib465ecceec3331ea81588fb4a43eb65e766b6904
Diffstat (limited to 'runtime/native/java_lang_VMClassLoader.cc')
-rw-r--r--runtime/native/java_lang_VMClassLoader.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/native/java_lang_VMClassLoader.cc b/runtime/native/java_lang_VMClassLoader.cc
index 1ad233a6b2..46162c1989 100644
--- a/runtime/native/java_lang_VMClassLoader.cc
+++ b/runtime/native/java_lang_VMClassLoader.cc
@@ -21,6 +21,7 @@
#include "dex/descriptors_names.h"
#include "dex/dex_file_loader.h"
#include "dex/utf.h"
+#include "handle_scope-inl.h"
#include "jni/jni_internal.h"
#include "mirror/class_loader.h"
#include "mirror/object-inl.h"