diff options
Diffstat (limited to 'common')
-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 194e54a1..6c497190 100644 --- a/common/alstring.h +++ b/common/alstring.h @@ -2,6 +2,7 @@ #define AL_STRING_H #include <cstddef> +#include <cstring> #include <string> #include "almalloc.h" |