comparison Plugin/ViewerToolbox.cpp @ 266:4e9d30c19b4b

linking against orthanc framework library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 12:32:46 +0200
parents 620ed85fb514
children 3a9749b1dfce
comparison
equal deleted inserted replaced
265:af7108b06b4d 266:4e9d30c19b4b
19 **/ 19 **/
20 20
21 21
22 #include "ViewerToolbox.h" 22 #include "ViewerToolbox.h"
23 23
24 #include <Core/OrthancException.h> 24 #include <OrthancException.h>
25 #include <Core/Toolbox.h> 25 #include <Toolbox.h>
26 26
27 // Gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0 27 // Gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0
28 #include <Plugins/Samples/Common/OrthancPluginCppWrapper.h> 28 #include <OrthancPluginCppWrapper.h>
29 29
30 #include <json/reader.h> 30 #include <json/reader.h>
31 #include <stdexcept> 31 #include <stdexcept>
32 #include <boost/lexical_cast.hpp> 32 #include <boost/lexical_cast.hpp>
33 #include <sys/stat.h> 33 #include <sys/stat.h>