From a1d2f957a21319d1110bebb9a52f46fd1c67ffaf Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 20 Apr 2017 22:53:58 -0700 Subject: ART: Clean up art_field.h Clean up the header. Fix up other headers including the -inl file, in an effort to prune the include graph. Fix broken transitive includes by making includes explicit. Test: m Change-Id: I6ff2d6f89b741d8188e19426eccf4743fec688fc --- runtime/native/java_lang_VMClassLoader.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/native/java_lang_VMClassLoader.cc') diff --git a/runtime/native/java_lang_VMClassLoader.cc b/runtime/native/java_lang_VMClassLoader.cc index 54ab8615c0..a9ba33ecc1 100644 --- a/runtime/native/java_lang_VMClassLoader.cc +++ b/runtime/native/java_lang_VMClassLoader.cc @@ -23,6 +23,7 @@ #include "obj_ptr.h" #include "scoped_fast_native_object_access-inl.h" #include "ScopedUtfChars.h" +#include "well_known_classes.h" #include "zip_archive.h" namespace art { -- cgit v1.2.3-59-g8ed1b