changeset 3559:fb759c9efd73

fix for windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 08:10:12 +0100
parents 36c0ce0188cc
children 28ab86c6730e
files Core/Cache/MemoryObjectCache.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Cache/MemoryObjectCache.h	Mon Nov 04 15:58:26 2019 +0100
+++ b/Core/Cache/MemoryObjectCache.h	Tue Nov 05 08:10:12 2019 +0100
@@ -38,6 +38,7 @@
 
 #if !defined(__EMSCRIPTEN__)
 // Multithreading is not supported in WebAssembly
+#  include <boost/thread/mutex.hpp>
 #  include <boost/thread/shared_mutex.hpp>
 #endif