comparison ViewerPlugin/DicomPyramidCache.h @ 192:f299c191cd76

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 07:41:22 +0200
parents e3cbf890b588
children b0bd22077cd8
comparison
equal deleted inserted replaced
191:ce70678d9a9c 192:f299c191cd76
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "../Framework/Inputs/DicomPyramid.h" 24 #include "../Framework/Inputs/DicomPyramid.h"
25 25
26 #include <Core/Cache/LeastRecentlyUsedIndex.h> 26 #include <Cache/LeastRecentlyUsedIndex.h>
27 27
28 #include <boost/thread/mutex.hpp> 28 #include <boost/thread/mutex.hpp>
29 29
30 namespace OrthancWSI 30 namespace OrthancWSI
31 { 31 {