diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-18 21:28:51 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-18 21:28:51 +0200 |
commit | 408fab8442fa77b264166ebd6ebd3aebeb9dd34a (patch) | |
tree | 562790ffefce27c477c89fd16c3d129f694db73f /modules | |
parent | d817be92c2d9edce842ab37ab13117743f8a3bee (diff) |
Mono: Fix include for Android support
This was a typo in #37153.
Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mono/godotsharp_dirs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/godotsharp_dirs.cpp b/modules/mono/godotsharp_dirs.cpp index fe8b925257..d596163926 100644 --- a/modules/mono/godotsharp_dirs.cpp +++ b/modules/mono/godotsharp_dirs.cpp @@ -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" |