diff --git a/raylib/platforms/rcore_android.c b/raylib/platforms/rcore_android.c index de48cc8..ee1b0ef 100644 --- a/raylib/platforms/rcore_android.c +++ b/raylib/platforms/rcore_android.c @@ -49,6 +49,7 @@ #include // Required for: android_app struct and activity management #include // Required for: AWINDOW_FLAG_FULLSCREEN definition and others //#include // Required for: Android sensors functions (accelerometer, gyroscope, light...) + #include // Required for: JNIEnv and JavaVM [Used in OpenURL()] #include // Native platform windowing system interface