diff Plugin/MemoryCache.h @ 22:c44013681a51

now using the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jul 2018 14:37:30 +0200
parents d5d3cb00556a
children c304ffca5d80
line wrap: on
line diff
--- a/Plugin/MemoryCache.h	Thu Jul 19 15:04:50 2018 +0200
+++ b/Plugin/MemoryCache.h	Fri Jul 20 14:37:30 2018 +0200
@@ -19,7 +19,7 @@
 #pragma once
 
 #include "ICacheFactory.h"
-#include "../Resources/Orthanc/Core/Cache/LeastRecentlyUsedIndex.h"
+#include <Core/Cache/LeastRecentlyUsedIndex.h>
 
 #include <boost/thread/mutex.hpp>