From 87583b3de6e811e141f8c97c1f796eb516e8a751 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 25 May 2017 11:22:18 -0700 Subject: ART: Move RegisterNatives helper Move the helper closer to the users. Test: m test-art-host Change-Id: Id05ce5f60af54d0c5aef0c7d8932706c4602fc94 --- runtime/native/java_lang_System.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/native/java_lang_System.cc') diff --git a/runtime/native/java_lang_System.cc b/runtime/native/java_lang_System.cc index 264b427460..0e5d740cab 100644 --- a/runtime/native/java_lang_System.cc +++ b/runtime/native/java_lang_System.cc @@ -26,6 +26,7 @@ #include "mirror/class-inl.h" #include "mirror/object-inl.h" #include "mirror/object_array-inl.h" +#include "native_util.h" #include "scoped_fast_native_object_access-inl.h" namespace art { -- cgit v1.2.3-59-g8ed1b