diff Plugin/Plugin.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 d3b58d11e3ec
children adb5324ce1e8
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Mon Jul 06 08:57:14 2020 +0200
+++ b/Plugin/Plugin.cpp	Mon Jul 06 11:31:08 2020 +0200
@@ -19,6 +19,7 @@
  **/
 
 
+#include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
 #include "ViewerToolbox.h"
 #include "ViewerPrefetchPolicy.h"
 #include "DecodedImageAdapter.h"
@@ -28,7 +29,6 @@
 #include <OrthancException.h>
 #include <SystemToolbox.h>
 #include <Toolbox.h>
-#include <OrthancPluginCppWrapper.h>
 
 #include <boost/thread.hpp>
 #include <boost/lexical_cast.hpp>