From 1fc1832c3d12c851b0fd62128dd3aaa2eb36a9ee Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Wed, 21 Jan 2015 06:48:20 +0100 Subject: [PATCH] [MaL/GL] Fixed include issues. --- GeoLib/Point.h | 3 --- MathLib/MathPoint.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 6641bff4078..e2f5afab72c 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -15,9 +15,6 @@ #ifndef POINT_H_ #define POINT_H_ -// STL -#include <limits> - // GeoLib #include "GeoObject.h" diff --git a/MathLib/MathPoint.h b/MathLib/MathPoint.h index 807f64dc015..5b528681819 100644 --- a/MathLib/MathPoint.h +++ b/MathLib/MathPoint.h @@ -14,7 +14,7 @@ #ifndef MATHPOINT_H_ #define MATHPOINT_H_ -#include <cmath> +#include <limits> #include "TemplatePoint.h" -- GitLab