diff options
Diffstat (limited to '3rdparty/bx/include/tinystl/string.h')
-rw-r--r-- | 3rdparty/bx/include/tinystl/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bx/include/tinystl/string.h b/3rdparty/bx/include/tinystl/string.h index 5397c98bb80..4d90c2ae4c0 100644 --- a/3rdparty/bx/include/tinystl/string.h +++ b/3rdparty/bx/include/tinystl/string.h @@ -27,6 +27,7 @@ #ifndef TINYSTL_STRING_H #define TINYSTL_STRING_H +#include <string.h> // strlen #include "stddef.h" #include "hash.h" |