Mercurial > hg > orthanc-stone
changeset 1628:555870323ebc
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 07 Nov 2020 00:08:45 +0100 |
parents | 1ed2af7332a2 |
children | 7fc8a3ff09ee |
files | OrthancStone/Sources/Loaders/BasicFetchingItemsSorter.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/BasicFetchingItemsSorter.cpp Fri Nov 06 22:15:24 2020 +0100 +++ b/OrthancStone/Sources/Loaders/BasicFetchingItemsSorter.cpp Sat Nov 07 00:08:45 2020 +0100 @@ -24,6 +24,7 @@ #include <OrthancException.h> +#include <algorithm> #include <cassert> namespace OrthancStone