diff --git a/src/gpu/GridGenerator/geometries/Sphere/Sphere.cu b/src/gpu/GridGenerator/geometries/Sphere/Sphere.cu index fe403cd7ec22e3ca9ba51a8976d9bdec4f98fc00..1b316ae74384b4e2f67decd6ab319e0f0d1db2cf 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"