comparison OrthancServer/Sources/ServerContext.cpp @ 5160:9f16979b6124

fix osx build
author Alain Mazy <am@osimis.io>
date Thu, 02 Feb 2023 12:25:58 +0100
parents f5907aecbaed
children 6d8647122ef3
comparison
equal deleted inserted replaced
5159:f5907aecbaed 5160:9f16979b6124
46 #include "ServerToolbox.h" 46 #include "ServerToolbox.h"
47 #include "StorageCommitmentReports.h" 47 #include "StorageCommitmentReports.h"
48 48
49 #include <dcmtk/dcmdata/dcfilefo.h> 49 #include <dcmtk/dcmdata/dcfilefo.h>
50 #include <dcmtk/dcmnet/dimse.h> 50 #include <dcmtk/dcmnet/dimse.h>
51 #include <malloc.h> 51
52 #if HAVE_MALLOC_TRIM == 1
53 # include <malloc.h>
54 #endif
52 55
53 static size_t DICOM_CACHE_SIZE = 128 * 1024 * 1024; // 128 MB 56 static size_t DICOM_CACHE_SIZE = 128 * 1024 * 1024; // 128 MB
54 57
55 58
56 /** 59 /**