changeset 4225:81f2d1484886

fix for mingw
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2020 19:10:56 +0200
parents 38d446c9ee1d
children 7bd5eab3ba25
files OrthancFramework/Sources/DicomFormat/StreamBlockReader.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/StreamBlockReader.h	Wed Sep 30 17:59:09 2020 +0200
+++ b/OrthancFramework/Sources/DicomFormat/StreamBlockReader.h	Wed Sep 30 19:10:56 2020 +0200
@@ -26,6 +26,7 @@
 
 #include <boost/noncopyable.hpp>
 #include <istream>
+#include <stdint.h>
 #include <string>