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

fix wasm build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Jan 2022 18:30:26 +0100
parents 7053b8a0aaec
children 07964689cb0b
comparison
equal deleted inserted replaced
1901:184b0aeae1af 1902:1cfd602de69d
20 **/ 20 **/
21 21
22 22
23 #include "SingleFrameViewerApplication.h" 23 #include "SingleFrameViewerApplication.h"
24 24
25 #include "../../../../OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyLoadersContext.h"
26 #include "../../../../OrthancStone/Sources/Platforms/WebAssembly/WebGLViewport.h"
27 #include "../../../../OrthancStone/Sources/Platforms/WebAssembly/WebGLViewportsRegistry.h"
25 #include "../../../../OrthancStone/Sources/StoneException.h" 28 #include "../../../../OrthancStone/Sources/StoneException.h"
26 #include "../../../../OrthancStone/Sources/StoneInitialization.h" 29 #include "../../../../OrthancStone/Sources/StoneInitialization.h"
27 #include "../../../Platforms/WebAssembly/WebGLViewport.h"
28 #include "../../../Platforms/WebAssembly/WebAssemblyLoadersContext.h"
29 #include "../../../Platforms/WebAssembly/WebGLViewportsRegistry.h"
30 30
31 #include <Compatibility.h> // For std::unique_ptr<> 31 #include <Compatibility.h> // For std::unique_ptr<>
32 #include <Toolbox.h> 32 #include <Toolbox.h>
33 33
34 #include <emscripten.h> 34 #include <emscripten.h>