diff Plugin/DecodedImageAdapter.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 083d0cbcbac4
children ec1af1fdcaca
line wrap: on
line diff
--- a/Plugin/DecodedImageAdapter.cpp	Mon Jun 08 18:05:15 2020 +0200
+++ b/Plugin/DecodedImageAdapter.cpp	Wed Jun 10 12:32:46 2020 +0200
@@ -23,10 +23,10 @@
 
 #include "ViewerToolbox.h"
 
-#include <Core/Images/ImageBuffer.h>
-#include <Core/Images/ImageProcessing.h>
-#include <Core/OrthancException.h>
-#include <Core/Toolbox.h>
+#include <Images/ImageBuffer.h>
+#include <Images/ImageProcessing.h>
+#include <OrthancException.h>
+#include <Toolbox.h>
 
 #include <boost/lexical_cast.hpp>
 #include <boost/algorithm/string/predicate.hpp>