From f67a3fa2ed77badb7a0ffcac228b6d1a73d2eb3e Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Thu, 25 Feb 2021 12:05:50 +0100
Subject: [PATCH] Add missing include.

---
 src/gpu/GridGenerator/geometries/Sphere/Sphere.cu | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gpu/GridGenerator/geometries/Sphere/Sphere.cu b/src/gpu/GridGenerator/geometries/Sphere/Sphere.cu
index fe403cd7e..1b316ae74 100644
--- a/src/gpu/GridGenerator/geometries/Sphere/Sphere.cu
+++ b/src/gpu/GridGenerator/geometries/Sphere/Sphere.cu
@@ -1,6 +1,7 @@
 #include "Sphere.h"
 
 #include <algorithm>    // std::min
+#include <float.h>
 
 #include "geometries/Vertex/Vertex.h"
 
-- 
GitLab