diff 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
line wrap: on
line diff
--- a/Plugin/ViewerToolbox.cpp	Mon Jul 06 08:57:14 2020 +0200
+++ b/Plugin/ViewerToolbox.cpp	Mon Jul 06 11:31:08 2020 +0200
@@ -24,8 +24,8 @@
 #include <OrthancException.h>
 #include <Toolbox.h>
 
-// Gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0
-#include <OrthancPluginCppWrapper.h>
+// To gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0
+#include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
 
 #include <json/reader.h>
 #include <stdexcept>