From 3228173e4e3e093d4ba0b62605d5e7c2a8588d7c Mon Sep 17 00:00:00 2001 From: Dmitrij Naumov <dmitrij@naumov.de> Date: Fri, 12 Sep 2014 18:58:10 +0200 Subject: [PATCH] [IO] BOOST_VERSION is defined only with version.hpp. Otherwise it is undefined and the BOOST_VERSION preprocessor condition took the first branch. --- FileIO/XmlIO/Boost/BoostVtuInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/FileIO/XmlIO/Boost/BoostVtuInterface.cpp b/FileIO/XmlIO/Boost/BoostVtuInterface.cpp index 228df808fce..8fb074a154b 100644 --- a/FileIO/XmlIO/Boost/BoostVtuInterface.cpp +++ b/FileIO/XmlIO/Boost/BoostVtuInterface.cpp @@ -20,6 +20,7 @@ #include "zLibDataCompressor.h" #include <fstream> +#include <boost/version.hpp> #include <boost/foreach.hpp> #include <boost/property_tree/xml_parser.hpp> -- GitLab