summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_String.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-10-29 12:54:27 -0700
committer Andreas Gampe <agampe@google.com> 2018-10-29 13:05:18 -0700
commite15b9b189a0898b5554002d9c86da7c17f2eb7ae (patch)
treeb9d484bb6aed03f8d1435d52c6ae1cfbf3702368 /runtime/native/java_lang_String.cc
parent72d3493a6b9fde2fc3c1abb9ee6afff4451ec291 (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: Ie79afda4e09191428c2b4c2f20a7e3352c01c1e9
Diffstat (limited to 'runtime/native/java_lang_String.cc')
-rw-r--r--runtime/native/java_lang_String.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/native/java_lang_String.cc b/runtime/native/java_lang_String.cc
index 8976058b53..78ec859ef9 100644
--- a/runtime/native/java_lang_String.cc
+++ b/runtime/native/java_lang_String.cc
@@ -19,6 +19,7 @@
#include "nativehelper/jni_macros.h"
#include "common_throws.h"
+#include "handle_scope-inl.h"
#include "jni/jni_internal.h"
#include "mirror/array.h"
#include "mirror/object-inl.h"