diff 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
line wrap: on
line diff
--- a/ViewerPlugin/DicomPyramidCache.h	Tue Jun 09 07:29:21 2020 +0200
+++ b/ViewerPlugin/DicomPyramidCache.h	Thu Jun 11 07:41:22 2020 +0200
@@ -23,7 +23,7 @@
 
 #include "../Framework/Inputs/DicomPyramid.h"
 
-#include <Core/Cache/LeastRecentlyUsedIndex.h>
+#include <Cache/LeastRecentlyUsedIndex.h>
 
 #include <boost/thread/mutex.hpp>