From 75ba1e17a8b62432d547d40a7d86ab3e048c9a62 Mon Sep 17 00:00:00 2001 From: Dmitrij Naumov <dmitrij@naumov.de> Date: Thu, 9 Oct 2014 19:12:28 +0000 Subject: [PATCH] [IO] Specify full path in include. --- FileIO/XmlIO/Boost/BoostVtuInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FileIO/XmlIO/Boost/BoostVtuInterface.h b/FileIO/XmlIO/Boost/BoostVtuInterface.h index 7ea6bb40fa7..57d28ddad45 100644 --- a/FileIO/XmlIO/Boost/BoostVtuInterface.h +++ b/FileIO/XmlIO/Boost/BoostVtuInterface.h @@ -15,7 +15,7 @@ #ifndef BOOSTVTUINTERFACE_H_ #define BOOSTVTUINTERFACE_H_ -#include "Writer.h" +#include "FileIO/Writer.h" #include <string> #include <vector> @@ -23,7 +23,7 @@ #include <boost/property_tree/ptree.hpp> #include <boost/optional.hpp> -#include "MeshEnums.h" +#include "MeshLib/MeshEnums.h" typedef boost::optional<const boost::property_tree::ptree&> OptionalPtree; -- GitLab