changeset 5461:67dc2567ea6f

fix compatibility with WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Dec 2023 16:18:57 +0100
parents 1474fd6ea6c6
children 505416b269a0
files OrthancFramework/Sources/Logging.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/Logging.cpp	Mon Dec 11 12:03:48 2023 +0100
+++ b/OrthancFramework/Sources/Logging.cpp	Mon Dec 11 16:18:57 2023 +0100
@@ -27,7 +27,6 @@
 #include "OrthancException.h"
 
 #include <stdint.h>
-#include <boost/thread/thread.hpp>
 
 
 /*********************************************************
@@ -473,6 +472,7 @@
  * mimics behavior from Google Log.
  *********************************************************/
 
+#include <boost/thread/thread.hpp>
 #include <cassert>
 
 namespace