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

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 3d26447ddd28
children 474360793956
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
25 # error The macro ORTHANC_ENABLE_DCMTK must be defined 25 # error The macro ORTHANC_ENABLE_DCMTK must be defined
26 #endif 26 #endif
27 27
28 #if ORTHANC_ENABLE_DCMTK == 1 28 #if ORTHANC_ENABLE_DCMTK == 1
29 # include "../Oracle/ParseDicomFromFileCommand.h" 29 # include "../Oracle/ParseDicomFromFileCommand.h"
30 # include <Core/DicomParsing/ParsedDicomFile.h> 30 # include <DicomParsing/ParsedDicomFile.h>
31 #endif 31 #endif
32 32
33 #include <boost/filesystem/path.hpp> 33 #include <boost/filesystem/path.hpp>
34 34
35 namespace OrthancStone 35 namespace OrthancStone