Fixed Boost version check
This commit is contained in:
parent
c06cfd1389
commit
2607b9a12b
|
@ -2,6 +2,7 @@
|
||||||
#include <boost/property_tree/ptree.hpp>
|
#include <boost/property_tree/ptree.hpp>
|
||||||
#include <boost/property_tree/xml_parser.hpp>
|
#include <boost/property_tree/xml_parser.hpp>
|
||||||
#include <tools.h>
|
#include <tools.h>
|
||||||
|
#include <boost/version.hpp>
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
using boost::property_tree::ptree;
|
using boost::property_tree::ptree;
|
||||||
|
|
Loading…
Reference in New Issue