From 5ac7d39fdb9b805b1acb32f8d26cef814fe375f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre-Xavier=20Labont=C3=A9-Lamoureux?= Date: Fri, 4 Aug 2023 03:43:05 -0400 Subject: [PATCH] Try adding extra libs that might be windows-specific --- Project/mainloop.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project/mainloop.cpp b/Project/mainloop.cpp index 499a7b05..10d82b9f 100644 --- a/Project/mainloop.cpp +++ b/Project/mainloop.cpp @@ -29,9 +29,11 @@ #include "strutils.h" /* Split */ #include "bot.h" -#include +#include +#include #include #include +#include #include /* SDL_Delay */ #include