changeset 4361:98f55e7df5ab

rollback incorrect removal for msvc2008
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Dec 2020 19:10:46 +0100
parents 4301722b3225
children 88be8b67b2d7
files OrthancFramework/Sources/HttpServer/MultipartStreamReader.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/MultipartStreamReader.cpp	Tue Dec 08 18:07:12 2020 +0100
+++ b/OrthancFramework/Sources/HttpServer/MultipartStreamReader.cpp	Tue Dec 08 19:10:46 2020 +0100
@@ -29,6 +29,9 @@
 #include <boost/algorithm/string/predicate.hpp>
 #include <boost/lexical_cast.hpp>
 
+#if defined(_MSC_VER)
+#  include <BaseTsd.h>   // Definition of ssize_t
+#endif
 
 namespace Orthanc
 {