fix header

This commit is contained in:
Nomango 2020-05-28 02:51:01 +08:00
parent e7da6a5abc
commit f5c9e5e226
1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@
#include <kiwano/utils/ConfigIni.h>
#include <kiwano/core/Exception.h>
#include <fstream>
#include <algorithm>
#include <fstream> // std::ifstream, std::ofstream
#include <algorithm> // std::sort, std::for_each
#include <cctype> // std::isspace
#define KGE_DEFAULT_INI_SECTION_NAME "default"