Mono: Fix include for Android support

This was a typo in #37153.

Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com>
(cherry picked from commit 408fab8442)
This commit is contained in:
Rémi Verschelde 2020-04-18 21:28:51 +02:00
parent 50582446ad
commit cb1366f006
1 changed files with 1 additions and 1 deletions

View File

@ -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"