changeset 6170:dfcac2e0d784

fix mingw build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2025 17:33:16 +0200
parents ecd7fdc5f8d4
children 1b3e041cd99b
files OrthancFramework/Sources/DicomFormat/DicomMap.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <boost/thread/shared_mutex.hpp>
+#  include <boost/thread/lock_types.hpp>  // For boost::unique_lock<> and boost::shared_lock<>
 #endif
 
 namespace Orthanc