comparison Framework/TransferToolbox.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 "TransferToolbox.h" 20 #include "TransferToolbox.h"
21 21
22 #include <Core/Logging.h> 22 #include <Logging.h>
23 #include <Core/OrthancException.h> 23 #include <OrthancException.h>
24 #include <Plugins/Samples/Common/OrthancPluginCppWrapper.h> 24 #include <OrthancPluginCppWrapper.h>
25 25
26 #include <boost/math/special_functions/round.hpp> 26 #include <boost/math/special_functions/round.hpp>
27 #include <boost/thread/thread.hpp> 27 #include <boost/thread/thread.hpp>
28 28
29 29