comparison OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp @ 4304:50b0c69b653a

continued abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 16:33:52 +0100
parents 4d42408da117
children b96aedfa8cc1
comparison
equal deleted inserted replaced
4303:44b53a2c0a13 4304:50b0c69b653a
45 #include "../Sources/Images/Image.h" 45 #include "../Sources/Images/Image.h"
46 #include "../Sources/Images/ImageBuffer.h" 46 #include "../Sources/Images/ImageBuffer.h"
47 #include "../Sources/Images/ImageProcessing.h" 47 #include "../Sources/Images/ImageProcessing.h"
48 #include "../Sources/Images/PngReader.h" 48 #include "../Sources/Images/PngReader.h"
49 #include "../Sources/Images/PngWriter.h" 49 #include "../Sources/Images/PngWriter.h"
50 #include "../Sources/Logging.h"
50 #include "../Sources/OrthancException.h" 51 #include "../Sources/OrthancException.h"
51 #include "../Sources/SystemToolbox.h" 52 #include "../Sources/SystemToolbox.h"
52 #include "../Resources/CodeGeneration/EncodingTests.h" 53 #include "../Resources/CodeGeneration/EncodingTests.h"
53 54
54 #include <dcmtk/dcmdata/dcdeftag.h> 55 #include <dcmtk/dcmdata/dcdeftag.h>
55 #include <dcmtk/dcmdata/dcelem.h> 56 #include <dcmtk/dcmdata/dcelem.h>
56 #include <dcmtk/dcmdata/dcvrat.h> 57 #include <dcmtk/dcmdata/dcvrat.h>
57 58
58 #include <boost/algorithm/string/predicate.hpp> 59 #include <boost/algorithm/string/predicate.hpp>
60 #include <boost/lexical_cast.hpp>
59 61
60 #if ORTHANC_ENABLE_PUGIXML == 1 62 #if ORTHANC_ENABLE_PUGIXML == 1
61 # include <pugixml.hpp> 63 # include <pugixml.hpp>
62 # if !defined(PUGIXML_VERSION) 64 # if !defined(PUGIXML_VERSION)
63 # error PUGIXML_VERSION is not available 65 # error PUGIXML_VERSION is not available