# HG changeset patch # User Sebastien Jodogne # Date 1749656012 -7200 # Node ID 1b3e041cd99bca88fd36acf9fce5e28a4c5aaf50 # Parent dfcac2e0d784c309047110473766834b80b51e4c# Parent 20e44205c2605b0165c473dde3374d997378d654 merge diff -r 20e44205c260 -r 1b3e041cd99b OrthancFramework/Sources/DicomFormat/DicomMap.cpp --- a/OrthancFramework/Sources/DicomFormat/DicomMap.cpp Wed Jun 11 16:27:42 2025 +0200 +++ b/OrthancFramework/Sources/DicomFormat/DicomMap.cpp Wed Jun 11 17:33:32 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