diff --git a/src/core/host_interface.cpp b/src/core/host_interface.cpp index b2298dec2..c58811eff 100644 --- a/src/core/host_interface.cpp +++ b/src/core/host_interface.cpp @@ -6,7 +6,6 @@ #include "common/audio_stream.h" #include "host_display.h" #include "system.h" -#include #include Log_SetChannel(HostInterface); @@ -16,7 +15,7 @@ Log_SetChannel(HostInterface); #include #endif -#ifdef ANDROID +#if defined(ANDROID) || (defined(__GNUC__) && __GNUC__ < 8) #include