diff Plugin/Cache/CacheManager.h @ 266:4e9d30c19b4b

linking against orthanc framework library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 12:32:46 +0200
parents aee499712ac4
children e376158e2dbb
line wrap: on
line diff
--- a/Plugin/Cache/CacheManager.h	Mon Jun 08 18:05:15 2020 +0200
+++ b/Plugin/Cache/CacheManager.h	Wed Jun 10 12:32:46 2020 +0200
@@ -21,8 +21,8 @@
 
 #pragma once
 
-#include <Core/SQLite/Connection.h>
-#include <Core/FileStorage/FilesystemStorage.h>
+#include <FileStorage/FilesystemStorage.h>
+#include <SQLite/Connection.h>
 
 #include <orthanc/OrthancCPlugin.h>