diff 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
line wrap: on
line diff
--- a/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Sat Jan 29 16:55:14 2022 +0100
+++ b/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Sat Jan 29 18:30:26 2022 +0100
@@ -24,10 +24,10 @@
 #include "../../Common/SampleHelpers.h"
 
 // Stone of Orthanc includes
+#include "../../../../OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyLoadersContext.h"
+#include "../../../../OrthancStone/Sources/Platforms/WebAssembly/WebGLViewport.h"
 #include "../../../../OrthancStone/Sources/StoneException.h"
 #include "../../../../OrthancStone/Sources/StoneInitialization.h"
-#include "../../../Platforms/WebAssembly/WebAssemblyLoadersContext.h"
-#include "../../../Platforms/WebAssembly/WebGLViewport.h"
 
 #include <Toolbox.h>