gdcm/0003-Fix-missing-include-fo...

25 lines
809 B
Diff

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