comparison Applications/Samples/Common/RtViewerApp.h @ 2081:3ef91da06636

fix compatibility with Emscripten 3.1.47
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Oct 2023 16:38:38 +0200
parents 07964689cb0b
children c23eef785569
comparison
equal deleted inserted replaced
2080:3ca565841402 2081:3ef91da06636
34 #include "../../../OrthancStone/Sources/Viewport/DefaultViewportInteractor.h" 34 #include "../../../OrthancStone/Sources/Viewport/DefaultViewportInteractor.h"
35 #include "../../../OrthancStone/Sources/Viewport/IViewport.h" 35 #include "../../../OrthancStone/Sources/Viewport/IViewport.h"
36 #include "../../../OrthancStone/Sources/Volumes/DicomVolumeImage.h" 36 #include "../../../OrthancStone/Sources/Volumes/DicomVolumeImage.h"
37 37
38 #include <boost/enable_shared_from_this.hpp> 38 #include <boost/enable_shared_from_this.hpp>
39 #include <boost/thread.hpp>
40 #include <boost/noncopyable.hpp> 39 #include <boost/noncopyable.hpp>
41 40
42 #if ORTHANC_ENABLE_SDL 41 #if ORTHANC_ENABLE_SDL
43 #include <SDL.h> 42 #include <SDL.h>
44 #endif 43 #endif