comparison OrthancStone/Sources/Loaders/BasicFetchingItemsSorter.cpp @ 1628:555870323ebc

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 07 Nov 2020 00:08:45 +0100
parents 59f95b9ea858
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1627:1ed2af7332a2 1628:555870323ebc
22 22
23 #include "BasicFetchingItemsSorter.h" 23 #include "BasicFetchingItemsSorter.h"
24 24
25 #include <OrthancException.h> 25 #include <OrthancException.h>
26 26
27 #include <algorithm>
27 #include <cassert> 28 #include <cassert>
28 29
29 namespace OrthancStone 30 namespace OrthancStone
30 { 31 {
31 BasicFetchingItemsSorter::BasicFetchingItemsSorter(unsigned int itemsCount) : 32 BasicFetchingItemsSorter::BasicFetchingItemsSorter(unsigned int itemsCount) :