diff Plugin/DecodedImageAdapter.h @ 266:4e9d30c19b4b

linking against orthanc framework library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 12:32:46 +0200
parents cce89307af28
children 3a9749b1dfce
line wrap: on
line diff
--- a/Plugin/DecodedImageAdapter.h	Mon Jun 08 18:05:15 2020 +0200
+++ b/Plugin/DecodedImageAdapter.h	Wed Jun 10 12:32:46 2020 +0200
@@ -23,12 +23,10 @@
 
 #include "Cache/ICacheFactory.h"
 
-#include <orthanc/OrthancCPlugin.h>
+#include <OrthancPluginCppWrapper.h>
 #include <stdint.h>
 #include <json/value.h>
 
-#include <Plugins/Samples/Common/OrthancPluginCppWrapper.h>
-
 
 namespace OrthancPlugins
 {