From 0d30cbf6359c2cd210a7e6458832f8ac4ed2a201 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 8 Dec 2020 14:57:57 +0100
Subject: [PATCH] [MaL] Correct including headers.

---
 MathLib/MathTools.h | 1 +
 MathLib/Vector3.h   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h
index 1dcd438834c..6018091a454 100644
--- a/MathLib/MathTools.h
+++ b/MathLib/MathTools.h
@@ -9,6 +9,7 @@
 
 #pragma once
 
+#include <Eigen/Eigen>
 #include <cstddef>
 
 #ifdef _OPENMP
diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h
index 9b9985fa50d..191b4df3944 100644
--- a/MathLib/Vector3.h
+++ b/MathLib/Vector3.h
@@ -16,7 +16,6 @@
 
 #pragma once
 
-#include <Eigen/Eigen>
 #include <cmath>
 
 #include "MathTools.h"
-- 
GitLab