comparison OrthancFramework/Sources/DicomNetworking/DicomAssociation.h @ 4434:442c5632177e

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2021 17:01:17 +0100
parents fcbac3e8ac1c
children d9473bd5ed43
comparison
equal deleted inserted replaced
4433:4f92f2b3a3ae 4434:442c5632177e
32 32
33 #if ORTHANC_ENABLE_SSL == 1 33 #if ORTHANC_ENABLE_SSL == 1
34 # include "Internals/DicomTls.h" 34 # include "Internals/DicomTls.h"
35 #endif 35 #endif
36 36
37 #include "../Compatibility.h" // For std::unique_ptr<>
37 #include "DicomAssociationParameters.h" 38 #include "DicomAssociationParameters.h"
38 39
39 #include <dcmtk/dcmnet/dimse.h> 40 #include <dcmtk/dcmnet/dimse.h>
40 41
41 #include <stdint.h> // For uint8_t 42 #include <stdint.h> // For uint8_t