comparison Framework/OrthancInstancesCache.h @ 20:17f775299b4a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:52:24 +0200
parents b06103a50c95
children dfc43678aecb
comparison
equal deleted inserted replaced
19:b06103a50c95 20:17f775299b4a
20 #pragma once 20 #pragma once
21 21
22 #include "SourceDicomInstance.h" 22 #include "SourceDicomInstance.h"
23 #include "TransferBucket.h" 23 #include "TransferBucket.h"
24 24
25 #include <Core/Cache/LeastRecentlyUsedIndex.h> 25 #include <Cache/LeastRecentlyUsedIndex.h>
26 26
27 #include <boost/thread/mutex.hpp> 27 #include <boost/thread/mutex.hpp>
28 28
29 namespace OrthancPlugins 29 namespace OrthancPlugins
30 { 30 {