comparison Core/Logging.cpp @ 3506:d2b9981017c4

better handling of HTTP security
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Aug 2019 15:19:04 +0200
parents b2d4dd16dae8
children 19966d299685
comparison
equal deleted inserted replaced
3505:b2d4dd16dae8 3506:d2b9981017c4
159 159
160 #include <stdio.h> 160 #include <stdio.h>
161 #include <boost/lexical_cast.hpp> 161 #include <boost/lexical_cast.hpp>
162 162
163 #ifdef __EMSCRIPTEN__ 163 #ifdef __EMSCRIPTEN__
164 #include "emscripten/html5.h" 164 # include <emscripten/html5.h>
165 #endif 165 #endif
166 166
167 namespace Orthanc 167 namespace Orthanc
168 { 168 {
169 namespace Logging 169 namespace Logging