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