summaryrefslogtreecommitdiff
path: root/Android/HelloAndroid/app/src/main
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-03 14:37:53 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-03 14:37:53 +0000
commit774503e35ba802cec7dcae9c414706b7e1be35d1 (patch)
tree5f6d2a40de8a229a9154fcfe31a5dd28b628c82c /Android/HelloAndroid/app/src/main
parentb57199097a4c02bae09cc875a92d9b909257a831 (diff)
Android: reorganizing
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/app/src/main')
-rw-r--r--Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx b/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx
index 4b9fb0dce..5a5c1cd28 100644
--- a/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx
+++ b/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx
@@ -16,6 +16,7 @@
*/
//#include <android_native_app_glue.h>
+#include <src/drivers/Android/Fl_Android_Application.H>
#include <src/drivers/Android/Fl_Android_Screen_Driver.H>
#include <FL/Fl_Window.H>