Added missing include

This commit is contained in:
enricoturri1966 2021-12-10 15:41:35 +01:00 committed by Lukáš Hejl
parent c9ddf7315e
commit e0d33ec92a

View file

@ -33,6 +33,7 @@
#include <cstdint> // uint8_t
#include <ctype.h> // ::tolower, ::toupper
#include <cwctype> // std::towlower, std::towupper
#include <cstring> // memcpy
#include <cstdio>