Skip to content
Snippets Groups Projects
Commit 3228173e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[IO] BOOST_VERSION is defined only with version.hpp.

Otherwise it is undefined and the BOOST_VERSION preprocessor
condition took the first branch.
parent a502c434
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "zLibDataCompressor.h" #include "zLibDataCompressor.h"
#include <fstream> #include <fstream>
#include <boost/version.hpp>
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <boost/property_tree/xml_parser.hpp> #include <boost/property_tree/xml_parser.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment