diff 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
line wrap: on
line diff
--- a/Core/Logging.cpp	Wed Aug 28 12:21:23 2019 +0200
+++ b/Core/Logging.cpp	Wed Aug 28 15:19:04 2019 +0200
@@ -161,7 +161,7 @@
 #include <boost/lexical_cast.hpp>
 
 #ifdef __EMSCRIPTEN__
-#include "emscripten/html5.h"
+#  include <emscripten/html5.h>
 #endif
 
 namespace Orthanc