feat: to 3.0.10 (fixes #2011596)
parent
3b635f180c
commit
4953351bbd
@ -1,24 +0,0 @@
|
||||
From 00ee82e0fdbfb00545d776efd60f3016b95e45b4 Mon Sep 17 00:00:00 2001
|
||||
From: rpm-build <rpm-build>
|
||||
Date: Wed, 14 Oct 2020 08:18:34 -0600
|
||||
Subject: [PATCH] Fix missing include for gcc-11
|
||||
|
||||
---
|
||||
.../gdcmImageChangePhotometricInterpretation.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h b/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h
|
||||
index d55a5ee..798d3df 100644
|
||||
--- a/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h
|
||||
+++ b/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "gdcmImageToImageFilter.h"
|
||||
#include "gdcmPhotometricInterpretation.h"
|
||||
+#include <limits>
|
||||
|
||||
namespace gdcm
|
||||
{
|
||||
--
|
||||
2.28.0
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA512 (gdcm-3.0.9.tar.gz) = 5220ea12ac94d83ee7046a3a070cec7ef83752d2f3d838e7db8d0379b5606d19a94d5bfdc04e8ec4c72e0c3b4397751f54fad49a04a283ee9b760b59183e8f7a
|
||||
SHA512 (gdcm-3.0.10.tar.gz) = 1141389d9720b593a578b31069f93a3abe0abf559ac999c366cae28f1fd804e967c51548d4417e12d61dcc5d59d68b1c015857e31455b5a30e2063d3ee4102e9
|
||||
SHA512 (gdcmData.tar.gz) = ddc67a7a0b41b2d6e1e03defb6fb8a06ceeb2e9dd9bb47dfa4f7283d79df7c1e52577b799c00e930719ae6cdda46bded9497a67b8241359f238f5366085ec9ee
|
||||
|
Loading…
Reference in new issue