From 94ee61d4abe52c3e913c30e328552d1e0a32109c Mon Sep 17 00:00:00 2001 From: dashodanger Date: Fri, 28 Jun 2024 08:09:28 -0600 Subject: [PATCH] More MinGW CI includage --- source/bsp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/bsp.h b/source/bsp.h index bec60ee3e..2a66831e8 100644 --- a/source/bsp.h +++ b/source/bsp.h @@ -20,6 +20,8 @@ #pragma once +#include + #include constexpr const char *AJBSP_VERSION = "1.05";