From 18070db9f8cdf53a97d553734ff31532635cd406 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 18 May 2025 06:12:21 +0100 Subject: [PATCH] Fix build on Amiga Thanks to staphen@'s investigation in https://github.com/bebbo/amiga-gcc/issues/413#issuecomment-2888749613 --- Source/init.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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