Added missing include
This commit is contained in:
parent
c9ddf7315e
commit
e0d33ec92a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <cstdint> // uint8_t
|
||||
#include <ctype.h> // ::tolower, ::toupper
|
||||
#include <cwctype> // std::towlower, std::towupper
|
||||
#include <cstring> // memcpy
|
||||
|
||||
#include <cstdio>
|
||||
|
|
Loading…
Reference in a new issue