comparison Framework/Toolbox/SlicesSorter.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 257f2c9a02ac
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
21 21
22 #include "SlicesSorter.h" 22 #include "SlicesSorter.h"
23 23
24 #include "GeometryToolbox.h" 24 #include "GeometryToolbox.h"
25 25
26 #include <Core/OrthancException.h> 26 #include <OrthancException.h>
27 27
28 namespace OrthancStone 28 namespace OrthancStone
29 { 29 {
30 class SlicesSorter::SliceWithDepth : public boost::noncopyable 30 class SlicesSorter::SliceWithDepth : public boost::noncopyable
31 { 31 {