comparison Platforms/Generic/WebServiceGetCommand.h @ 113:2eca030792aa wasm

using the Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 15:32:32 +0200
parents f40a78cc7070
children e2fe9352f240
comparison
equal deleted inserted replaced
112:948f86e61e83 113:2eca030792aa
22 #pragma once 22 #pragma once
23 23
24 #include "IOracleCommand.h" 24 #include "IOracleCommand.h"
25 25
26 #include "../../Framework/Toolbox/IWebService.h" 26 #include "../../Framework/Toolbox/IWebService.h"
27 #include "../../Resources/Orthanc/Core/WebServiceParameters.h" 27
28 #include <Core/WebServiceParameters.h>
28 29
29 #include <memory> 30 #include <memory>
30 31
31 namespace OrthancStone 32 namespace OrthancStone
32 { 33 {