Workaround a MinGW issue with str(n)casecmp macros

master
Chris Robinson 2022-04-26 02:31:06 -07:00
parent 7c33c1b2e6
commit 4b557f15d0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define AL_STRING_H
#include <cstddef>
#include <cstring>
namespace al {