aboutsummaryrefslogtreecommitdiffstats
path: root/common/alstring.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-04-26 02:31:06 -0700
committerChris Robinson <[email protected]>2022-04-26 02:31:06 -0700
commit4b557f15d0c6c0f0a7a3af9bb8fe8d0b0c23718e (patch)
treed97388eceb928b27b8ef3bb4a5d5f12a3bc2a569 /common/alstring.h
parent7c33c1b2e677acfc9977d6e90dbfc72674f091ca (diff)
Workaround a MinGW issue with str(n)casecmp macros
Diffstat (limited to 'common/alstring.h')
-rw-r--r--common/alstring.h1
1 files changed, 1 insertions, 0 deletions
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 <cstddef>
+#include <cstring>
namespace al {