diff options
Diffstat (limited to 'runtime/native/java_lang_reflect_Proxy.cc')
-rw-r--r-- | runtime/native/java_lang_reflect_Proxy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/native/java_lang_reflect_Proxy.cc b/runtime/native/java_lang_reflect_Proxy.cc index 07d670d51a..baf8b24207 100644 --- a/runtime/native/java_lang_reflect_Proxy.cc +++ b/runtime/native/java_lang_reflect_Proxy.cc @@ -14,6 +14,8 @@ * limitations under the License. */ +#include "java_lang_reflect_Proxy.h" + #include "class_linker.h" #include "jni_internal.h" #include "mirror/class_loader.h" |