diff 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
line wrap: on
line diff
--- a/Plugin/ViewerToolbox.cpp	Mon Jun 08 18:05:15 2020 +0200
+++ b/Plugin/ViewerToolbox.cpp	Wed Jun 10 12:32:46 2020 +0200
@@ -21,11 +21,11 @@
 
 #include "ViewerToolbox.h"
 
-#include <Core/OrthancException.h>
-#include <Core/Toolbox.h>
+#include <OrthancException.h>
+#include <Toolbox.h>
 
 // Gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0
-#include <Plugins/Samples/Common/OrthancPluginCppWrapper.h>
+#include <OrthancPluginCppWrapper.h>
 
 #include <json/reader.h>
 #include <stdexcept>