diff --git a/src/core/host_interface.cpp b/src/core/host_interface.cpp index b2580c0a2..3123fbcc3 100644 --- a/src/core/host_interface.cpp +++ b/src/core/host_interface.cpp @@ -12,6 +12,8 @@ #include "spu.h" #include "system.h" #include "timers.h" +#include +#include #include Log_SetChannel(HostInterface); @@ -23,8 +25,6 @@ Log_SetChannel(HostInterface); #if defined(ANDROID) || (defined(__GNUC__) && __GNUC__ < 8) -#include - static std::string GetRelativePath(const std::string& path, const char* new_filename) { const char* last = std::strrchr(path.c_str(), '/');