mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
Mono: Fix include for Android support
This was a typo in #37153. Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com>
This commit is contained in:
parent
d817be92c2
commit
408fab8442
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef ANDROID_ENABLED
|
||||
#include "mono_gd/support/mono-support.h"
|
||||
#include "mono_gd/support/android_support.h"
|
||||
#endif
|
||||
|
||||
#include "mono_gd/gd_mono.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue