diff options
author | Chris Robinson <[email protected]> | 2022-04-26 02:31:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-04-26 02:31:06 -0700 |
commit | 4b557f15d0c6c0f0a7a3af9bb8fe8d0b0c23718e (patch) | |
tree | d97388eceb928b27b8ef3bb4a5d5f12a3bc2a569 /common/alstring.h | |
parent | 7c33c1b2e677acfc9977d6e90dbfc72674f091ca (diff) |
Workaround a MinGW issue with str(n)casecmp macros
Diffstat (limited to 'common/alstring.h')
-rw-r--r-- | common/alstring.h | 1 |
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 { |