comparison Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h @ 1560:b4ccd4963d37

fix sdl and wasm samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 13:57:52 +0200
parents 4cfdaf4ef3fe
children 32e0c007789d
comparison
equal deleted inserted replaced
1559:97b34cb88600 1560:b4ccd4963d37
23 23
24 #include "../../../../OrthancStone/Sources/Loaders/DicomResourcesLoader.h" 24 #include "../../../../OrthancStone/Sources/Loaders/DicomResourcesLoader.h"
25 #include "../../../../OrthancStone/Sources/Loaders/ILoadersContext.h" 25 #include "../../../../OrthancStone/Sources/Loaders/ILoadersContext.h"
26 #include "../../../../OrthancStone/Sources/Loaders/SeriesFramesLoader.h" 26 #include "../../../../OrthancStone/Sources/Loaders/SeriesFramesLoader.h"
27 #include "../../../../OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.h" 27 #include "../../../../OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.h"
28 #include "../../../../OrthancStone/Sources/Viewport/IViewport.h" 28 #include "../../../../OrthancStone/Sources/Scene2DViewport/ViewportController.h"
29 29
30 #include <Compatibility.h> // For std::unique_ptr<> 30 #include <Compatibility.h> // For std::unique_ptr<>
31 31
32 #include <boost/make_shared.hpp> 32 #include <boost/make_shared.hpp>
33 33