comparison Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp @ 1560:b4ccd4963d37

fix sdl and wasm samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 13:57:52 +0200
parents 6e0da8370270
children 92fca2b3ba3d
comparison
equal deleted inserted replaced
1559:97b34cb88600 1560:b4ccd4963d37
22 #include "SdlSimpleViewerApplication.h" 22 #include "SdlSimpleViewerApplication.h"
23 #include "../SdlHelpers.h" 23 #include "../SdlHelpers.h"
24 #include "../../Common/SampleHelpers.h" 24 #include "../../Common/SampleHelpers.h"
25 25
26 #include "../../../../OrthancStone/Sources/Loaders/GenericLoadersContext.h" 26 #include "../../../../OrthancStone/Sources/Loaders/GenericLoadersContext.h"
27 #include "../../../../OrthancStone/Sources/StoneEnumerations.h"
27 #include "../../../../OrthancStone/Sources/StoneException.h" 28 #include "../../../../OrthancStone/Sources/StoneException.h"
28 #include "../../../../OrthancStone/Sources/StoneEnumerations.h"
29 #include "../../../../OrthancStone/Sources/StoneInitialization.h" 29 #include "../../../../OrthancStone/Sources/StoneInitialization.h"
30 #include "../../../../OrthancStone/Sources/Viewport/DefaultViewportInteractor.h"
30 #include "../../../../OrthancStone/Sources/Viewport/SdlViewport.h" 31 #include "../../../../OrthancStone/Sources/Viewport/SdlViewport.h"
31 32
32 #include <Compatibility.h> // For std::unique_ptr<> 33 #include <Compatibility.h> // For std::unique_ptr<>
33 #include <OrthancException.h> 34 #include <OrthancException.h>
34 35