# HG changeset patch # User Sebastien Jodogne # Date 1702307937 -3600 # Node ID 67dc2567ea6fe71fdfa842fd7978b09892e34f6f # Parent 1474fd6ea6c677b23e5863b9521b07753ed16b2b fix compatibility with WebAssembly diff -r 1474fd6ea6c6 -r 67dc2567ea6f OrthancFramework/Sources/Logging.cpp --- 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 -#include /********************************************************* @@ -473,6 +472,7 @@ * mimics behavior from Google Log. *********************************************************/ +#include #include namespace