changeset 6171:1b3e041cd99b

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2025 17:33:32 +0200 (5 weeks ago)
parents dfcac2e0d784 (diff) 20e44205c260 (current diff)
children 6b55a6afae69
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <boost/thread/shared_mutex.hpp>
+#  include <boost/thread/lock_types.hpp>  // For boost::unique_lock<> and boost::shared_lock<>
 #endif
 
 namespace Orthanc