From b8b83e67522e2890020576c1a121077efb3e01c5 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Tue, 6 Dec 2022 13:54:03 -0500 Subject: [PATCH] fix sdl build on windows --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 5adc52e..84060f7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,6 +20,8 @@ #include "gui.h" #include "e2const.h" +#include + #include #include