From 269fe3a25db340a57fdb15f83c61121c52129b5f Mon Sep 17 00:00:00 2001 From: lijunyu-cn Date: Tue, 24 Mar 2026 14:21:59 +0800 Subject: [PATCH] try fix build error on nonwindows platforms --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index bbc2cc51..88faece3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,6 +31,7 @@ #endif #define SDL_MAIN_HANDLED +#include #include #if BOOST_OS_LINUX