Fixed compilation on Linux.
This commit is contained in:
parent
8917f18ef1
commit
0a328789ef
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
#if _WIN32
|
||||
#include <Windows.h>
|
||||
|
|
Loading…
Reference in a new issue