comparison Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp @ 1543:4cfdaf4ef3fe

fixing paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 14:08:51 +0200
parents d1806b4e4839
children 5887a4f8594b
comparison
equal deleted inserted replaced
1542:6e0da8370270 1543:4cfdaf4ef3fe
21 #include "../../Common/RtViewerApp.h" 21 #include "../../Common/RtViewerApp.h"
22 #include "../../Common/RtViewerView.h" 22 #include "../../Common/RtViewerView.h"
23 #include "../../Common/SampleHelpers.h" 23 #include "../../Common/SampleHelpers.h"
24 24
25 // Stone of Orthanc includes 25 // Stone of Orthanc includes
26 #include "../../../Sources/Loaders/WebAssemblyLoadersContext.h" 26 #include "../../../../OrthancStone/Sources/Loaders/WebAssemblyLoadersContext.h"
27 #include "../../../Sources/StoneException.h" 27 #include "../../../../OrthancStone/Sources/StoneException.h"
28 #include "../../../Sources/StoneInitialization.h" 28 #include "../../../../OrthancStone/Sources/StoneInitialization.h"
29 #include "../../../Sources/Viewport/WebGLViewport.h" 29 #include "../../../../OrthancStone/Sources/Viewport/WebGLViewport.h"
30 //#include "../../../Sources/OpenGL/WebAssemblyOpenGLContext.h" 30 //#include "../../../../OrthancStone/Sources/OpenGL/WebAssemblyOpenGLContext.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>