comparison Applications/IBasicApplication.cpp @ 116:4c5f7cda8624 wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 Sep 2017 13:43:47 +0200
parents fcec0ab44054
children e3433dabfb8d
comparison
equal deleted inserted replaced
115:f598ffb81cda 116:4c5f7cda8624
22 #include "IBasicApplication.h" 22 #include "IBasicApplication.h"
23 23
24 #include "../Framework/Toolbox/MessagingToolbox.h" 24 #include "../Framework/Toolbox/MessagingToolbox.h"
25 #include "Sdl/SdlEngine.h" 25 #include "Sdl/SdlEngine.h"
26 26
27 #include "../../Resources/Orthanc/Core/Logging.h" 27 #include <Core/Logging.h>
28 #include "../../Resources/Orthanc/Core/HttpClient.h" 28 #include <Core/HttpClient.h>
29 #include "../../Resources/Orthanc/Plugins/Samples/Common/OrthancHttpConnection.h" 29 #include <Plugins/Samples/Common/OrthancHttpConnection.h>
30 30
31 namespace OrthancStone 31 namespace OrthancStone
32 { 32 {
33 // Anonymous namespace to avoid clashes against other compilation modules 33 // Anonymous namespace to avoid clashes against other compilation modules
34 namespace 34 namespace