Browse Source

Mono: Fix include for Android support

This was a typo in #37153.

Co-authored-by: Ignacio Etcheverry <[email protected]>
(cherry picked from commit 408fab8442fa77b264166ebd6ebd3aebeb9dd34a)
Rémi Verschelde 5 years ago
parent
commit
cb1366f006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/mono/godotsharp_dirs.cpp

+ 1 - 1
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"