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

[ML] Specify full path for some includes.

parent 4e73d145
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
#include <limits> #include <limits>
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include "MeshEnums.h" #include "MeshLib/MeshEnums.h"
#include "Mesh.h" #include "MeshLib/Mesh.h"
#include "MeshQuality/ElementErrorCode.h" #include "MeshLib/MeshQuality/ElementErrorCode.h"
namespace MeshLib { namespace MeshLib {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define MESHLAYERMAPPER_H #define MESHLAYERMAPPER_H
#include <string> #include <string>
#include "Raster.h" #include "GeoLib/Raster.h"
class QImage; class QImage;
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <cstddef> #include <cstddef>
#include <vector> #include <vector>
#include "Vector3.h" #include "MathLib/Vector3.h"
namespace GeoLib { namespace GeoLib {
class PointWithID; class PointWithID;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <vector> #include <vector>
#include <set> #include <set>
#include "PointWithID.h" #include "GeoLib/PointWithID.h"
#include "Mesh.h" #include "Mesh.h"
#include "MeshEditing/removeMeshNodes.h" #include "MeshEditing/removeMeshNodes.h"
#include "MeshSurfaceExtraction.h" #include "MeshSurfaceExtraction.h"
......
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