Description: Add missing includes because of the new version of liborthancframework-dev
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancDicomWeb-1.3/Plugin/DicomWebClient.cpp
===================================================================
--- OrthancDicomWeb-1.3.orig/Plugin/DicomWebClient.cpp
+++ OrthancDicomWeb-1.3/Plugin/DicomWebClient.cpp
@@ -27,6 +27,7 @@
 #include <Compatibility.h>
 #include <HttpServer/MultipartStreamReader.h>
 #include <ChunkedBuffer.h>
+#include <Logging.h>
 #include <Toolbox.h>
 
 #include <json/reader.h>
Index: OrthancDicomWeb-1.3/Plugin/Plugin.cpp
===================================================================
--- OrthancDicomWeb-1.3.orig/Plugin/Plugin.cpp
+++ OrthancDicomWeb-1.3/Plugin/Plugin.cpp
@@ -26,6 +26,7 @@
 #include "WadoRs.h"
 #include "WadoUri.h"
 
+#include <Logging.h>
 #include <SystemToolbox.h>
 #include <Toolbox.h>
 
Index: OrthancDicomWeb-1.3/Plugin/QidoRs.cpp
===================================================================
--- OrthancDicomWeb-1.3.orig/Plugin/QidoRs.cpp
+++ OrthancDicomWeb-1.3/Plugin/QidoRs.cpp
@@ -27,6 +27,7 @@
 
 #include <DicomFormat/DicomMap.h>
 #include <DicomFormat/DicomTag.h>
+#include <Logging.h>
 #include <Toolbox.h>
 
 #include <list>
Index: OrthancDicomWeb-1.3/Plugin/WadoRsRetrieveRendered.cpp
===================================================================
--- OrthancDicomWeb-1.3.orig/Plugin/WadoRsRetrieveRendered.cpp
+++ OrthancDicomWeb-1.3/Plugin/WadoRsRetrieveRendered.cpp
@@ -25,6 +25,7 @@
 #include <Images/Image.h>
 #include <Images/ImageProcessing.h>
 #include <Images/ImageTraits.h>
+#include <Logging.h>
 #include <Toolbox.h>
 
 #include <boost/algorithm/string/predicate.hpp>
