comparison Samples/WebAssembly/RtViewer/RtViewerWasm.cpp @ 1466:339cd78ff1a2

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jun 2020 10:45:58 +0200
parents 15173a383a00
children fab051fdc56d
comparison
equal deleted inserted replaced
1465:70b0b1dc1de4 1466:339cd78ff1a2
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include "RtViewerApp.h" 21 #include "../../Common/RtViewerApp.h"
22 #include "RtViewerView.h" 22 #include "../../Common/RtViewerView.h"
23 #include "SampleHelpers.h" 23 #include "../../Common/SampleHelpers.h"
24 24
25 // Stone of Orthanc includes 25 // Stone of Orthanc includes
26 #include "../../../Framework/Loaders/WebAssemblyLoadersContext.h" 26 #include "../../../Framework/Loaders/WebAssemblyLoadersContext.h"
27 #include "../../../Framework/Loaders/WebAssemblyLoadersContext.h" 27 #include "../../../Framework/Loaders/WebAssemblyLoadersContext.h"
28 #include "../../../Framework/StoneException.h" 28 #include "../../../Framework/StoneException.h"
30 #include "../../../Framework/StoneInitialization.h" 30 #include "../../../Framework/StoneInitialization.h"
31 #include "../../../Framework/StoneInitialization.h" 31 #include "../../../Framework/StoneInitialization.h"
32 #include "../../../Framework/Viewport/WebGLViewport.h" 32 #include "../../../Framework/Viewport/WebGLViewport.h"
33 //#include "../../../Framework/OpenGL/WebAssemblyOpenGLContext.h" 33 //#include "../../../Framework/OpenGL/WebAssemblyOpenGLContext.h"
34 34
35 #include <Core/Toolbox.h> 35 #include <Toolbox.h>
36 36
37 #include <boost/program_options.hpp> 37 #include <boost/program_options.hpp>
38 #include <boost/shared_ptr.hpp> 38 #include <boost/shared_ptr.hpp>
39 // #include <boost/pointer_cast.hpp> this include might be necessary in more recent boost versions 39 // #include <boost/pointer_cast.hpp> this include might be necessary in more recent boost versions
40 40