diff 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
line wrap: on
line diff
--- a/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Tue Aug 11 14:03:53 2020 +0200
+++ b/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Tue Aug 11 14:08:51 2020 +0200
@@ -23,11 +23,11 @@
 #include "../../Common/SampleHelpers.h"
 
 // Stone of Orthanc includes
-#include "../../../Sources/Loaders/WebAssemblyLoadersContext.h"
-#include "../../../Sources/StoneException.h"
-#include "../../../Sources/StoneInitialization.h"
-#include "../../../Sources/Viewport/WebGLViewport.h"
-//#include "../../../Sources/OpenGL/WebAssemblyOpenGLContext.h"
+#include "../../../../OrthancStone/Sources/Loaders/WebAssemblyLoadersContext.h"
+#include "../../../../OrthancStone/Sources/StoneException.h"
+#include "../../../../OrthancStone/Sources/StoneInitialization.h"
+#include "../../../../OrthancStone/Sources/Viewport/WebGLViewport.h"
+//#include "../../../../OrthancStone/Sources/OpenGL/WebAssemblyOpenGLContext.h"
 
 #include <Toolbox.h>