changeset 3692:fd302ec6a502

fix for ubuntu 16.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2020 22:32:07 +0100
parents 4922bdd046dd
children 7f0caf198641
files Core/DicomParsing/FromDcmtkBridge.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Core/DicomParsing/FromDcmtkBridge.cpp	Tue Feb 25 21:44:09 2020 +0100
+++ b/Core/DicomParsing/FromDcmtkBridge.cpp	Tue Feb 25 22:32:07 2020 +0100
@@ -1388,7 +1388,7 @@
       LOG(WARNING) << "Private creator should not be empty while creating a private tag: " << tag.Format();
     }
     
-#if DCMTK_VERSION_NUMBER >= 361
+#if DCMTK_VERSION_NUMBER >= 362
     DcmTag key(tag.GetGroup(), tag.GetElement());
     if (tag.IsPrivate())
     {
@@ -1544,7 +1544,7 @@
         }
 
         case EVR_UL:  // unsigned long
-#if DCMTK_VERSION_NUMBER >= 361
+#if DCMTK_VERSION_NUMBER >= 362
         case EVR_OL:  // other long (requires byte-swapping)
 #endif
         {