comparison OrthancFramework/Sources/HttpServer/MultipartStreamReader.cpp @ 4360:4301722b3225

fix for msvc2015
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Dec 2020 18:07:12 +0100
parents a85e74235a78
children 98f55e7df5ab
comparison
equal deleted inserted replaced
4359:074f37013186 4360:4301722b3225
27 #include "../Toolbox.h" 27 #include "../Toolbox.h"
28 28
29 #include <boost/algorithm/string/predicate.hpp> 29 #include <boost/algorithm/string/predicate.hpp>
30 #include <boost/lexical_cast.hpp> 30 #include <boost/lexical_cast.hpp>
31 31
32 #if defined(_MSC_VER)
33 # include <BaseTsd.h> // Definition of ssize_t
34 #endif
35 32
36 namespace Orthanc 33 namespace Orthanc
37 { 34 {
38 static void ParseHeaders(MultipartStreamReader::HttpHeaders& headers, 35 static void ParseHeaders(MultipartStreamReader::HttpHeaders& headers,
39 StringMatcher::Iterator start, 36 StringMatcher::Iterator start,