Fix build on MSVC with PCH off

This commit is contained in:
Vojtech Kral
2019-03-27 12:14:34 +01:00
parent 14332f9b46
commit 73c4a0e10d
4 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#include "Version.hpp"
#include <cctype>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/nowide/fstream.hpp>