diff --git a/Source/init.hpp b/Source/init.hpp index 32b7b0427..b6c7a5222 100644 --- a/Source/init.hpp +++ b/Source/init.hpp @@ -5,6 +5,10 @@ */ #pragma once +// Unused here but must be included before SDL.h, see: +// https://github.com/bebbo/amiga-gcc/issues/413 +#include + #include #ifdef UNPACKED_MPQS