# HG changeset patch # User Sebastien Jodogne # Date 1749655996 -7200 # Node ID dfcac2e0d784c309047110473766834b80b51e4c # Parent ecd7fdc5f8d455c0708ef2f610cadf61f34b2fcf fix mingw build diff -r ecd7fdc5f8d4 -r dfcac2e0d784 OrthancFramework/Sources/DicomFormat/DicomMap.cpp --- a/OrthancFramework/Sources/DicomFormat/DicomMap.cpp Wed Jun 11 15:54:25 2025 +0200 +++ b/OrthancFramework/Sources/DicomFormat/DicomMap.cpp Wed Jun 11 17:33:16 2025 +0200 @@ -43,6 +43,7 @@ #if !defined(__EMSCRIPTEN__) // Multithreading is not supported in WebAssembly # include +# include // For boost::unique_lock<> and boost::shared_lock<> #endif namespace Orthanc