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

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:30:36 +0100
parents 8563ea5d8ae4
children 52b8b96cb55f
comparison
equal deleted inserted replaced
1623:74be0f498b08 1624:59f95b9ea858
22 22
23 #include "SlicesSorter.h" 23 #include "SlicesSorter.h"
24 24
25 #include "GeometryToolbox.h" 25 #include "GeometryToolbox.h"
26 26
27 #include <Logging.h>
27 #include <OrthancException.h> 28 #include <OrthancException.h>
28 29
29 namespace OrthancStone 30 namespace OrthancStone
30 { 31 {
31 class SlicesSorter::SliceWithDepth : public boost::noncopyable 32 class SlicesSorter::SliceWithDepth : public boost::noncopyable