diff Core/Cache/MemoryObjectCache.h @ 3559:fb759c9efd73

fix for windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 08:10:12 +0100
parents 4d809b2e1141
children 4812825e69fc
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