Fixed compilation on Linux.

This commit is contained in:
bubnikv 2018-05-21 17:39:23 +02:00 committed by Vojtech Kral
parent 8917f18ef1
commit 0a328789ef
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@
#include <assert.h>
#include <cmath>
#include <boost/filesystem.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>

View file

@ -3,6 +3,7 @@
#include <algorithm>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#if _WIN32
#include <Windows.h>