comparison Framework/DownloadArea.cpp @ 20:17f775299b4a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:52:24 +0200
parents b06103a50c95
children ebf978ab064d
comparison
equal deleted inserted replaced
19:b06103a50c95 20:17f775299b4a
17 **/ 17 **/
18 18
19 19
20 #include "DownloadArea.h" 20 #include "DownloadArea.h"
21 21
22 #include <Core/Compression/GzipCompressor.h> 22 #include <Compression/GzipCompressor.h>
23 #include <Core/Logging.h> 23 #include <Logging.h>
24 #include <Core/SystemToolbox.h> 24 #include <SystemToolbox.h>
25 #include <Plugins/Samples/Common/OrthancPluginCppWrapper.h> 25 #include <OrthancPluginCppWrapper.h>
26 26
27 #include <boost/filesystem.hpp> 27 #include <boost/filesystem.hpp>
28 #include <boost/filesystem/fstream.hpp> 28 #include <boost/filesystem/fstream.hpp>
29 29
30 namespace OrthancPlugins 30 namespace OrthancPlugins