comparison Plugin/Cache/CacheManager.cpp @ 150:1a90184363f8

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 17:24:53 +0100
parents 70d1fe6d6309
children bcb6d8e0e089
comparison
equal deleted inserted replaced
149:8189115c0da5 150:1a90184363f8
18 **/ 18 **/
19 19
20 20
21 #include "CacheManager.h" 21 #include "CacheManager.h"
22 22
23 #include "../../Orthanc/Core/Uuid.h" 23 #include "../../Orthanc/Core/Toolbox.h"
24 #include "../../Orthanc/Core/SQLite/Transaction.h" 24 #include "../../Orthanc/Core/SQLite/Transaction.h"
25 25
26 #include <boost/lexical_cast.hpp> 26 #include <boost/lexical_cast.hpp>
27 27
28 28