From 4b557f15d0c6c0f0a7a3af9bb8fe8d0b0c23718e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 26 Apr 2022 02:31:06 -0700 Subject: Workaround a MinGW issue with str(n)casecmp macros --- common/alstring.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/alstring.h b/common/alstring.h index f5127aed..6c5004ee 100644 --- a/common/alstring.h +++ b/common/alstring.h @@ -2,6 +2,7 @@ #define AL_STRING_H #include +#include namespace al { -- cgit v1.2.3