comparison 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
comparison
equal deleted inserted replaced
265:af7108b06b4d 266:4e9d30c19b4b
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include <Core/SQLite/Connection.h> 24 #include <FileStorage/FilesystemStorage.h>
25 #include <Core/FileStorage/FilesystemStorage.h> 25 #include <SQLite/Connection.h>
26 26
27 #include <orthanc/OrthancCPlugin.h> 27 #include <orthanc/OrthancCPlugin.h>
28 28
29 #include <boost/shared_ptr.hpp> 29 #include <boost/shared_ptr.hpp>
30 30