comparison Framework/DownloadArea.cpp @ 22:ebf978ab064d

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 07:59:10 +0200
parents 17f775299b4a
children 44a0430d7899
comparison
equal deleted inserted replaced
21:7c8dfa752242 22:ebf978ab064d
17 **/ 17 **/
18 18
19 19
20 #include "DownloadArea.h" 20 #include "DownloadArea.h"
21 21
22 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
23
22 #include <Compression/GzipCompressor.h> 24 #include <Compression/GzipCompressor.h>
23 #include <Logging.h> 25 #include <Logging.h>
24 #include <SystemToolbox.h> 26 #include <SystemToolbox.h>
25 #include <OrthancPluginCppWrapper.h>
26 27
27 #include <boost/filesystem.hpp> 28 #include <boost/filesystem.hpp>
28 #include <boost/filesystem/fstream.hpp> 29 #include <boost/filesystem/fstream.hpp>
29 30
30 namespace OrthancPlugins 31 namespace OrthancPlugins