From 251bec69a9d287548bd92436cff60c6ecae2b8e3 Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Fri, 13 Dec 2024 04:28:16 -0500 Subject: [PATCH] MacOS ARM build is missing stricmp, hoping including string.h will correct this --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index e40691076..c1c85270f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,6 +19,7 @@ #include #include +#include #include "pch.h" #ifdef HAVE_SDL2 #include "SDL_events.h"