Browse Source

Android: Fix build with `disable_3d`

Fixes #103516.
Rémi Verschelde 5 months ago
parent
commit
a7dd4ad5f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      platform/android/java_godot_lib_jni.cpp

+ 1 - 0
platform/android/java_godot_lib_jni.cpp

@@ -49,6 +49,7 @@
 #include "core/config/project_settings.h"
 #include "core/input/input.h"
 #include "main/main.h"
+#include "servers/rendering_server.h"
 
 #ifndef _3D_DISABLED
 #include "servers/xr_server.h"