comparison OrthancStone/Sources/Loaders/BasicFetchingItemsSorter.cpp @ 1624:59f95b9ea858

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:30:36 +0100
parents 8563ea5d8ae4
children 555870323ebc
comparison
equal deleted inserted replaced
1623:74be0f498b08 1624:59f95b9ea858
21 21
22 22
23 #include "BasicFetchingItemsSorter.h" 23 #include "BasicFetchingItemsSorter.h"
24 24
25 #include <OrthancException.h> 25 #include <OrthancException.h>
26
27 #include <cassert>
26 28
27 namespace OrthancStone 29 namespace OrthancStone
28 { 30 {
29 BasicFetchingItemsSorter::BasicFetchingItemsSorter(unsigned int itemsCount) : 31 BasicFetchingItemsSorter::BasicFetchingItemsSorter(unsigned int itemsCount) :
30 itemsCount_(itemsCount) 32 itemsCount_(itemsCount)