From e9f2f5e45dd994dd643afe26a84d22f35cb4e980 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Tue, 15 Jun 2021 15:28:45 +0200 Subject: [PATCH] [GL/AABB] Remove MathLib includes / add Eigen include. --- GeoLib/AABB.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h index 216efea1957..c63875b42c0 100644 --- a/GeoLib/AABB.h +++ b/GeoLib/AABB.h @@ -24,9 +24,9 @@ #include <tuple> #include <vector> +#include <Eigen/Eigen> + #include "BaseLib/Error.h" -#include "MathLib/MathTools.h" -#include "MathLib/Point3d.h" namespace GeoLib { -- GitLab