[PATCH] COMP: missing includes (clang)
authorMark Olesen <Mark.Olesen@esi-group.com>
Tue, 9 Feb 2021 14:19:10 +0000 (15:19 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Tue, 12 Oct 2021 08:21:32 +0000 (09:21 +0100)
Gbp-Pq: Name 91_include_limits.patch

Common/Core/vtkGenericDataArrayLookupHelper.h
Common/DataModel/vtkPiecewiseFunction.cxx
Filters/HyperTree/vtkHyperTreeGridThreshold.cxx
Rendering/Core/vtkColorTransferFunction.cxx

index f278e27c0f184036d62ca2182bdea3607baeee8c..de6d842c8955cd77903024ad8aadd3be1b9e4db1 100644 (file)
@@ -25,6 +25,7 @@
 #include "vtkIdList.h"
 #include <algorithm>
 #include <cmath>
+#include <limits>
 #include <unordered_map>
 #include <vector>
 
index c75935fd19b2352dcf7b410e07767e3cc1f24342..9459ce90997c855531514efc26ca225dfc7ca92b 100644 (file)
@@ -22,6 +22,7 @@
 #include <cassert>
 #include <cmath>
 #include <iterator>
+#include <limits>
 #include <set>
 #include <vector>
 
index 9944db69e4aaac172c4f4bf5d0fcf7ec63b49d39..01a151750a007d898c9562e72be997cfd34daf81 100644 (file)
@@ -28,6 +28,7 @@
 #include "vtkHyperTreeGridNonOrientedCursor.h"
 
 #include <cmath>
+#include <limits>
 
 vtkStandardNewMacro(vtkHyperTreeGridThreshold);
 
index 40504e5398f952f46ceb29b743c59d38cfb30761..125597b03a0a72e03abc7bb5ddfe0a6bd84bbfaf 100644 (file)
@@ -21,6 +21,7 @@
 #include <algorithm>
 #include <cmath>
 #include <iterator>
+#include <limits>
 #include <set>
 #include <vector>