From ec80e4ea94175f048865ffce40edabe364f10e0e Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Wed, 3 Sep 2014 15:43:47 +0200
Subject: [PATCH] [ML] Specify full path for some includes.

---
 MeshLib/Elements/Element.h               | 6 +++---
 MeshLib/MeshGenerators/MeshLayerMapper.h | 2 +-
 MeshLib/MeshSurfaceExtraction.h          | 2 +-
 MeshLib/Node.h                           | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h
index 276aaf3ffb8..db02ffbd6f1 100644
--- a/MeshLib/Elements/Element.h
+++ b/MeshLib/Elements/Element.h
@@ -19,9 +19,9 @@
 #include <limits>
 #include <boost/optional.hpp>
 
-#include "MeshEnums.h"
-#include "Mesh.h"
-#include "MeshQuality/ElementErrorCode.h"
+#include "MeshLib/MeshEnums.h"
+#include "MeshLib/Mesh.h"
+#include "MeshLib/MeshQuality/ElementErrorCode.h"
 
 namespace MeshLib {
 
diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.h b/MeshLib/MeshGenerators/MeshLayerMapper.h
index cb8c2cb6b5c..b80c1ecfc50 100644
--- a/MeshLib/MeshGenerators/MeshLayerMapper.h
+++ b/MeshLib/MeshGenerators/MeshLayerMapper.h
@@ -16,7 +16,7 @@
 #define MESHLAYERMAPPER_H
 
 #include <string>
-#include "Raster.h"
+#include "GeoLib/Raster.h"
 
 class QImage;
 
diff --git a/MeshLib/MeshSurfaceExtraction.h b/MeshLib/MeshSurfaceExtraction.h
index 2089c548b95..f5cd3e0b9fa 100644
--- a/MeshLib/MeshSurfaceExtraction.h
+++ b/MeshLib/MeshSurfaceExtraction.h
@@ -18,7 +18,7 @@
 #include <cstddef>
 #include <vector>
 
-#include "Vector3.h"
+#include "MathLib/Vector3.h"
 
 namespace GeoLib {
 	class PointWithID;
diff --git a/MeshLib/Node.h b/MeshLib/Node.h
index b0b646ff763..05462ffefd0 100644
--- a/MeshLib/Node.h
+++ b/MeshLib/Node.h
@@ -20,7 +20,7 @@
 #include <vector>
 #include <set>
 
-#include "PointWithID.h"
+#include "GeoLib/PointWithID.h"
 #include "Mesh.h"
 #include "MeshEditing/removeMeshNodes.h"
 #include "MeshSurfaceExtraction.h"
-- 
GitLab