forked from pool/insighttoolkit
Accepting request 1078387 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1078387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/insighttoolkit?expand=0&rev=16
This commit is contained in:
commit
e8393f6a74
12
add-missing-includes.patch
Normal file
12
add-missing-includes.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 21:28:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add add-missing-includes.patch: Add missing #include <cstdint>.
|
||||
Now exposed by gcc 13.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 14:04:22 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -43,6 +43,9 @@ Summary: Toolkit for scientific image processing, segmentation, and regis
|
||||
License: Apache-2.0
|
||||
URL: https://www.itk.org
|
||||
Source: https://github.com/InsightSoftwareConsortium/ITK/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM add-missing-includes.patch -- Add missing #include <cstdint>
|
||||
Patch: add-missing-includes.patch
|
||||
|
||||
BuildRequires: CastXML-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: cmake
|
||||
|
Loading…
Reference in New Issue
Block a user