diff OrthancServer/QueryRetrieveHandler.h @ 3140:977158ab0623

making db-changes the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 18:32:42 +0100
parents d9eb978a1039
children 872bd3b6ec72
line wrap: on
line diff
--- a/OrthancServer/QueryRetrieveHandler.h	Thu Jan 17 18:29:16 2019 +0100
+++ b/OrthancServer/QueryRetrieveHandler.h	Thu Jan 17 18:32:42 2019 +0100
@@ -33,10 +33,13 @@
 
 #pragma once
 
-#include "ServerContext.h"
+#include "../Core/DicomNetworking/DicomFindAnswers.h"
+#include "../Core/DicomNetworking/RemoteModalityParameters.h"
 
 namespace Orthanc
 {
+  class ServerContext;
+  
   class QueryRetrieveHandler : public IDynamicObject
   {
   private: