diff OrthancServer/ServerJobs/OrthancPeerStoreJob.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 beeeb6096f27
children 94f4a18a79cc
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/OrthancPeerStoreJob.h	Thu Jan 17 18:29:16 2019 +0100
+++ b/OrthancServer/ServerJobs/OrthancPeerStoreJob.h	Thu Jan 17 18:32:42 2019 +0100
@@ -36,11 +36,11 @@
 #include "../../Core/JobsEngine/SetOfInstancesJob.h"
 #include "../../Core/HttpClient.h"
 
-#include "../ServerContext.h"
-
 
 namespace Orthanc
 {
+  class ServerContext;
+  
   class OrthancPeerStoreJob : public SetOfInstancesJob
   {
   private: