comparison OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.h @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children a4664f169cd7
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "../../Core/Compatibility.h" 36 #include "../../../OrthancFramework/Sources/Compatibility.h"
37 #include "../../Core/JobsEngine/SetOfInstancesJob.h" 37 #include "../../../OrthancFramework/Sources/JobsEngine/SetOfInstancesJob.h"
38 #include "../../Core/HttpClient.h" 38 #include "../../../OrthancFramework/Sources/HttpClient.h"
39 39
40 40
41 namespace Orthanc 41 namespace Orthanc
42 { 42 {
43 class ServerContext; 43 class ServerContext;