From ba14892889d4c8ad47e56edde3b358f222628184 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@ruhr-uni-bochum.de> Date: Mon, 9 Aug 2021 13:03:08 +0200 Subject: [PATCH] explicitly include limits due to VTK bug --- include/ALL.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ALL.hpp b/include/ALL.hpp index 32aca6f..d4a3a2e 100644 --- a/include/ALL.hpp +++ b/include/ALL.hpp @@ -53,6 +53,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <cerrno> #ifdef ALL_VTK_OUTPUT +#include <limits> #include <vtkCellArray.h> #include <vtkCellData.h> #include <vtkFloatArray.h> -- GitLab