comparison ViewerPlugin/DicomPyramidCache.h @ 140:a0f9a3df1110

resort to Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Apr 2018 15:47:47 +0200
parents a51dee6a1515
children 6b8ccfc02051
comparison
equal deleted inserted replaced
139:f2f58f288172 140:a0f9a3df1110
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "../Framework/Inputs/DicomPyramid.h" 24 #include "../Framework/Inputs/DicomPyramid.h"
25 #include "../Resources/Orthanc/Core/Cache/LeastRecentlyUsedIndex.h" 25
26 #include <Core/Cache/LeastRecentlyUsedIndex.h>
26 27
27 #include <boost/thread/mutex.hpp> 28 #include <boost/thread/mutex.hpp>
28 29
29 namespace OrthancWSI 30 namespace OrthancWSI
30 { 31 {