Skip to content
Snippets Groups Projects
Commit 19eeb7f8 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixed header path

parent ccf810ce
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
#include <boost/fusion/include/mpl.hpp>
#include <boost/fusion/include/for_each.hpp>
#include <fstream>
#include "common.hpp"
#include "util/common.hpp"
#include <boost/mpl/range_c.hpp>
#include <boost/mpl/for_each.hpp>
#include "Point_test.hpp"
......
......@@ -4,7 +4,7 @@
#include "Graph/map_graph.hpp"
#include <iostream>
#include <fstream>
#include "common.hpp"
#include "util/common.hpp"
/*! \brief Create properties name starting from a type T
......
......@@ -13,7 +13,7 @@
#include <boost/fusion/include/mpl.hpp>
#include <boost/fusion/include/for_each.hpp>
#include <fstream>
#include "common.hpp"
#include "util/common.hpp"
/*! \brief Get the type
*
......
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