comparison 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
comparison
equal deleted inserted replaced
3558:36c0ce0188cc 3559:fb759c9efd73
36 #include "ICacheable.h" 36 #include "ICacheable.h"
37 #include "LeastRecentlyUsedIndex.h" 37 #include "LeastRecentlyUsedIndex.h"
38 38
39 #if !defined(__EMSCRIPTEN__) 39 #if !defined(__EMSCRIPTEN__)
40 // Multithreading is not supported in WebAssembly 40 // Multithreading is not supported in WebAssembly
41 # include <boost/thread/mutex.hpp>
41 # include <boost/thread/shared_mutex.hpp> 42 # include <boost/thread/shared_mutex.hpp>
42 #endif 43 #endif
43 44
44 #include <boost/date_time/posix_time/posix_time.hpp> 45 #include <boost/date_time/posix_time/posix_time.hpp>
45 46