Added missing include
This commit is contained in:
parent
1376c9cffd
commit
6204d107ee
@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
#include <cstdint> // uint8_t
|
#include <cstdint> // uint8_t
|
||||||
#include <ctype.h> // ::tolower, ::toupper
|
#include <ctype.h> // ::tolower, ::toupper
|
||||||
|
#include <cwctype> // std::towlower, std::towupper
|
||||||
#include <cstring> // memcpy
|
#include <cstring> // memcpy
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
Loading…
Reference in New Issue
Block a user