forked from pool/insighttoolkit
- Add add-missing-includes.patch: Add missing #include <cstdint>. Now exposed by gcc 13. OBS-URL: https://build.opensuse.org/request/show/1078303 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=52
13 lines
490 B
Diff
13 lines
490 B
Diff
Index: ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
|
|
===================================================================
|
|
--- ITK-5.3.0.orig/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
|
|
+++ ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include <iostream>
|
|
#include "ITKMathematicalMorphologyExport.h"
|
|
+#include <cstdint>
|
|
|
|
|
|
namespace itk
|