Add missing string.h header include
This commit is contained in:
parent
4f22bf3058
commit
ee474b4feb
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <string/stdstring.h>
|
||||
#include <encodings/utf.h>
|
||||
|
|
Loading…
Reference in New Issue