X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRTDoseIO.h;h=dbcafe1da492a17b6f047d00cc6b5c9ffb357e11;hb=08f7de414957e92b25ca5b299007e941b610d3a8;hp=2f08938c11824ac45c3517d95237b75b1c234e54;hpb=5f4dcfd74a3760067a9ceb5ff59565aadc5f7118;p=clitk.git diff --git a/common/clitkDicomRTDoseIO.h b/common/clitkDicomRTDoseIO.h index 2f08938..dbcafe1 100644 --- a/common/clitkDicomRTDoseIO.h +++ b/common/clitkDicomRTDoseIO.h @@ -24,7 +24,7 @@ // itk include #include #include -#if GDCM_MAJOR_VERSION == 2 +#if GDCM_MAJOR_VERSION >= 2 #include #endif @@ -77,7 +77,7 @@ protected: bool mustWriteHeader; int m_HeaderSize; std::ofstream file; -#if GDCM_MAJOR_VERSION == 2 +#if GDCM_MAJOR_VERSION >= 2 gdcm::ImageReader m_GdcmImageReader; #else gdcm::File *m_GdcmFile;