comparison Core/HttpServer/MongooseServer.cpp @ 2895:da43ef7ff32a db-changes

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Oct 2018 10:43:24 +0200
parents 7133ad478eea
children 1153b1a128fe
comparison
equal deleted inserted replaced
2894:a27b0e9a3fd9 2895:da43ef7ff32a
36 #include "../PrecompiledHeaders.h" 36 #include "../PrecompiledHeaders.h"
37 #include "MongooseServer.h" 37 #include "MongooseServer.h"
38 38
39 #include "../Logging.h" 39 #include "../Logging.h"
40 #include "../ChunkedBuffer.h" 40 #include "../ChunkedBuffer.h"
41 #include "../OrthancException.h"
41 #include "HttpToolbox.h" 42 #include "HttpToolbox.h"
42 43
43 #if ORTHANC_ENABLE_MONGOOSE == 1 44 #if ORTHANC_ENABLE_MONGOOSE == 1
44 # include "mongoose.h" 45 # include "mongoose.h"
45 46