diff options
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 { |