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

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