comparison OrthancFramework/Sources/DicomFormat/StreamBlockReader.h @ 4225:81f2d1484886

fix for mingw
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2020 19:10:56 +0200
parents 38d446c9ee1d
children 3b70a2e6a06c
comparison
equal deleted inserted replaced
4224:38d446c9ee1d 4225:81f2d1484886
24 24
25 #include "../OrthancFramework.h" // For ORTHANC_PUBLIC 25 #include "../OrthancFramework.h" // For ORTHANC_PUBLIC
26 26
27 #include <boost/noncopyable.hpp> 27 #include <boost/noncopyable.hpp>
28 #include <istream> 28 #include <istream>
29 #include <stdint.h>
29 #include <string> 30 #include <string>
30 31
31 32
32 namespace Orthanc 33 namespace Orthanc
33 { 34 {