comparison Core/DicomParsing/ParsedDicomFile.h @ 3558:36c0ce0188cc

safeguarding inclusion of ParsedDicomFile
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2019 15:58:26 +0100
parents 63f59ad9381a
children 33cfcc74d1b1
comparison
equal deleted inserted replaced
3557:4d809b2e1141 3558:36c0ce0188cc
51 51
52 #if !defined(ORTHANC_SANDBOXED) 52 #if !defined(ORTHANC_SANDBOXED)
53 # error The macro ORTHANC_SANDBOXED must be defined 53 # error The macro ORTHANC_SANDBOXED must be defined
54 #endif 54 #endif
55 55
56 #if !defined(ORTHANC_ENABLE_DCMTK)
57 # error The macro ORTHANC_ENABLE_DCMTK must be defined
58 #endif
59
60 #if ORTHANC_ENABLE_DCMTK != 1
61 # error The macro ORTHANC_ENABLE_DCMTK must be set to 1 to use this file
62 #endif
63
56 #include "ITagVisitor.h" 64 #include "ITagVisitor.h"
57 #include "../DicomFormat/DicomInstanceHasher.h" 65 #include "../DicomFormat/DicomInstanceHasher.h"
58 #include "../Images/ImageAccessor.h" 66 #include "../Images/ImageAccessor.h"
59 #include "../IDynamicObject.h" 67 #include "../IDynamicObject.h"
60 #include "../Toolbox.h" 68 #include "../Toolbox.h"