comparison Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp @ 1902:1cfd602de69d

fix wasm build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Jan 2022 18:30:26 +0100
parents 144f8f82c15a
children 07964689cb0b
comparison
equal deleted inserted replaced
1901:184b0aeae1af 1902:1cfd602de69d
22 #include "../../Common/RtViewerApp.h" 22 #include "../../Common/RtViewerApp.h"
23 #include "../../Common/RtViewerView.h" 23 #include "../../Common/RtViewerView.h"
24 #include "../../Common/SampleHelpers.h" 24 #include "../../Common/SampleHelpers.h"
25 25
26 // Stone of Orthanc includes 26 // Stone of Orthanc includes
27 #include "../../../../OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyLoadersContext.h"
28 #include "../../../../OrthancStone/Sources/Platforms/WebAssembly/WebGLViewport.h"
27 #include "../../../../OrthancStone/Sources/StoneException.h" 29 #include "../../../../OrthancStone/Sources/StoneException.h"
28 #include "../../../../OrthancStone/Sources/StoneInitialization.h" 30 #include "../../../../OrthancStone/Sources/StoneInitialization.h"
29 #include "../../../Platforms/WebAssembly/WebAssemblyLoadersContext.h"
30 #include "../../../Platforms/WebAssembly/WebGLViewport.h"
31 31
32 #include <Toolbox.h> 32 #include <Toolbox.h>
33 33
34 #include <boost/program_options.hpp> 34 #include <boost/program_options.hpp>
35 #include <boost/shared_ptr.hpp> 35 #include <boost/shared_ptr.hpp>