comparison Applications/Samples/SingleFrameApplication.h @ 116:4c5f7cda8624 wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 Sep 2017 13:43:47 +0200
parents fcec0ab44054
children 42c05a3baee3
comparison
equal deleted inserted replaced
115:f598ffb81cda 116:4c5f7cda8624
23 23
24 #include "SampleApplicationBase.h" 24 #include "SampleApplicationBase.h"
25 25
26 #include "../../Framework/Layers/OrthancFrameLayerSource.h" 26 #include "../../Framework/Layers/OrthancFrameLayerSource.h"
27 #include "../../Framework/Widgets/LayerWidget.h" 27 #include "../../Framework/Widgets/LayerWidget.h"
28 #include "../../Resources/Orthanc/Core/Logging.h" 28
29 #include <Core/Logging.h>
29 30
30 namespace OrthancStone 31 namespace OrthancStone
31 { 32 {
32 namespace Samples 33 namespace Samples
33 { 34 {