diff 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
line wrap: on
line diff
--- a/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Fri Jun 12 10:13:02 2020 +0200
+++ b/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Fri Jun 12 10:45:58 2020 +0200
@@ -18,9 +18,9 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "RtViewerApp.h"
-#include "RtViewerView.h"
-#include "SampleHelpers.h"
+#include "../../Common/RtViewerApp.h"
+#include "../../Common/RtViewerView.h"
+#include "../../Common/SampleHelpers.h"
 
 // Stone of Orthanc includes
 #include "../../../Framework/Loaders/WebAssemblyLoadersContext.h"
@@ -32,7 +32,7 @@
 #include "../../../Framework/Viewport/WebGLViewport.h"
 //#include "../../../Framework/OpenGL/WebAssemblyOpenGLContext.h"
 
-#include <Core/Toolbox.h>
+#include <Toolbox.h>
 
 #include <boost/program_options.hpp>
 #include <boost/shared_ptr.hpp>