comparison OrthancStone/Sources/Toolbox/ParsedDicomCache.cpp @ 1624:59f95b9ea858

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:30:36 +0100
parents 8563ea5d8ae4
children a878e807cd96
comparison
equal deleted inserted replaced
1623:74be0f498b08 1624:59f95b9ea858
19 * <http://www.gnu.org/licenses/>. 19 * <http://www.gnu.org/licenses/>.
20 **/ 20 **/
21 21
22 22
23 #include "ParsedDicomCache.h" 23 #include "ParsedDicomCache.h"
24
25 #include <Logging.h>
26
27 #include <cassert>
28
24 29
25 namespace OrthancStone 30 namespace OrthancStone
26 { 31 {
27 class ParsedDicomCache::Item : public Orthanc::ICacheable 32 class ParsedDicomCache::Item : public Orthanc::ICacheable
28 { 33 {