# HG changeset patch # User Sebastien Jodogne # Date 1597147731 -7200 # Node ID 4cfdaf4ef3fe72daacd6f041f03b85118fcb0747 # Parent 6e0da8370270c6fa6eb9703f9b2ff3bed57b7fce fixing paths diff -r 6e0da8370270 -r 4cfdaf4ef3fe Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp --- 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 diff -r 6e0da8370270 -r 4cfdaf4ef3fe Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewer.cpp --- a/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewer.cpp Tue Aug 11 14:03:53 2020 +0200 +++ b/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewer.cpp Tue Aug 11 14:08:51 2020 +0200 @@ -21,9 +21,9 @@ #include "SingleFrameViewerApplication.h" -#include "../../../Sources/Loaders/WebAssemblyLoadersContext.h" -#include "../../../Sources/StoneException.h" -#include "../../../Sources/StoneInitialization.h" +#include "../../../../OrthancStone/Sources/Loaders/WebAssemblyLoadersContext.h" +#include "../../../../OrthancStone/Sources/StoneException.h" +#include "../../../../OrthancStone/Sources/StoneInitialization.h" #include // For std::unique_ptr<> #include diff -r 6e0da8370270 -r 4cfdaf4ef3fe Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h --- a/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h Tue Aug 11 14:03:53 2020 +0200 +++ b/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h Tue Aug 11 14:08:51 2020 +0200 @@ -21,11 +21,11 @@ #pragma once -#include "../../../Sources/Loaders/DicomResourcesLoader.h" -#include "../../../Sources/Loaders/ILoadersContext.h" -#include "../../../Sources/Loaders/SeriesFramesLoader.h" -#include "../../../Sources/Loaders/SeriesThumbnailsLoader.h" -#include "../../../Sources/Viewport/IViewport.h" +#include "../../../../OrthancStone/Sources/Loaders/DicomResourcesLoader.h" +#include "../../../../OrthancStone/Sources/Loaders/ILoadersContext.h" +#include "../../../../OrthancStone/Sources/Loaders/SeriesFramesLoader.h" +#include "../../../../OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.h" +#include "../../../../OrthancStone/Sources/Viewport/IViewport.h" #include // For std::unique_ptr<>