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

[IO] Specify full path in include.

parent f49242e7
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BOOSTVTUINTERFACE_H_ #ifndef BOOSTVTUINTERFACE_H_
#define BOOSTVTUINTERFACE_H_ #define BOOSTVTUINTERFACE_H_
#include "Writer.h" #include "FileIO/Writer.h"
#include <string> #include <string>
#include <vector> #include <vector>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <boost/property_tree/ptree.hpp> #include <boost/property_tree/ptree.hpp>
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include "MeshEnums.h" #include "MeshLib/MeshEnums.h"
typedef boost::optional<const boost::property_tree::ptree&> OptionalPtree; typedef boost::optional<const boost::property_tree::ptree&> OptionalPtree;
......
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