From 74013d2e4f471df7ffa95460eb509f4220653378 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Wed, 16 Aug 2017 13:25:22 -0600 Subject: android: Updates for NDK r15 Removes app_dummy from apps that use native activity. For more details refer to: https://github.com/android-ndk/ndk/issues/381 --- common/android_util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/android_util.cpp') diff --git a/common/android_util.cpp b/common/android_util.cpp index 1480f44b..664bcd0f 100644 --- a/common/android_util.cpp +++ b/common/android_util.cpp @@ -22,6 +22,7 @@ #include #include #include +#include extern "C" { -- cgit v1.2.3