diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-04-18 22:01:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 22:01:51 +0200 |
commit | 9690a60c21a89f504cc92b299a7590dedd75b2c9 (patch) | |
tree | 562790ffefce27c477c89fd16c3d129f694db73f | |
parent | d817be92c2d9edce842ab37ab13117743f8a3bee (diff) | |
parent | 408fab8442fa77b264166ebd6ebd3aebeb9dd34a (diff) |
Merge pull request #37994 from akien-mga/mono-android-include
Mono: Fix include for Android support
-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" |