comparison Framework/Loaders/DicomSource.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents c38c89684d83
children 474360793956
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
22 #include "DicomSource.h" 22 #include "DicomSource.h"
23 23
24 #include "../Oracle/HttpCommand.h" 24 #include "../Oracle/HttpCommand.h"
25 #include "../Oracle/OrthancRestApiCommand.h" 25 #include "../Oracle/OrthancRestApiCommand.h"
26 26
27 #include <Core/OrthancException.h> 27 #include <OrthancException.h>
28 28
29 #include <boost/algorithm/string/predicate.hpp> 29 #include <boost/algorithm/string/predicate.hpp>
30 30
31 namespace OrthancStone 31 namespace OrthancStone
32 { 32 {