diff options
Diffstat (limited to 'runtime/native/sun_misc_Unsafe.cc')
-rw-r--r-- | runtime/native/sun_misc_Unsafe.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/native/sun_misc_Unsafe.cc b/runtime/native/sun_misc_Unsafe.cc index 65dece04e6..17ebdff996 100644 --- a/runtime/native/sun_misc_Unsafe.cc +++ b/runtime/native/sun_misc_Unsafe.cc @@ -14,6 +14,8 @@ * limitations under the License. */ +#include "sun_misc_Unsafe.h" + #include "gc/accounting/card_table-inl.h" #include "jni_internal.h" #include "mirror/array.h" |