comparison Plugin/ViewerToolbox.cpp @ 275:3a9749b1dfce

link against system-wide Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 11:31:08 +0200
parents 4e9d30c19b4b
children ec1af1fdcaca
comparison
equal deleted inserted replaced
274:52b56343d268 275:3a9749b1dfce
22 #include "ViewerToolbox.h" 22 #include "ViewerToolbox.h"
23 23
24 #include <OrthancException.h> 24 #include <OrthancException.h>
25 #include <Toolbox.h> 25 #include <Toolbox.h>
26 26
27 // Gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0 27 // To gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0
28 #include <OrthancPluginCppWrapper.h> 28 #include "../Resources/Orthanc/Plugins/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>