comparison OrthancServer/ParsedDicomFile.cpp @ 1945:76ff6eecf07f

fix compilation against DCMTK 3.6.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Apr 2016 13:36:56 +0200
parents d7b176f7dd1b
children 40b7a0176305
comparison
equal deleted inserted replaced
1944:1a5e070a21c3 1945:76ff6eecf07f
134 #include <boost/math/special_functions/round.hpp> 134 #include <boost/math/special_functions/round.hpp>
135 #include <dcmtk/dcmdata/dcostrmb.h> 135 #include <dcmtk/dcmdata/dcostrmb.h>
136 #include <boost/algorithm/string/predicate.hpp> 136 #include <boost/algorithm/string/predicate.hpp>
137 137
138 138
139 #if DCMTK_VERSION_NUMBER <= 360
140 # define EXS_JPEGProcess1 EXS_JPEGProcess1TransferSyntax
141 #endif
142
143
139 static const char* CONTENT_TYPE_OCTET_STREAM = "application/octet-stream"; 144 static const char* CONTENT_TYPE_OCTET_STREAM = "application/octet-stream";
140 145
141 146
142 147
143 namespace Orthanc 148 namespace Orthanc