Add more missing headers

This commit is contained in:
Zhaofeng Li 2022-12-15 17:07:22 -07:00 committed by Lane.Wei
parent c87fda7f7a
commit 9cfe3c6016
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <string>
#include <sstream>
#include <iostream>
#include <mutex>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/log/trivial.hpp>

View File

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