Mercurial > hg > orthanc-stone
changeset 1460:fbc5bfde6c95
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Jun 2020 21:25:29 +0200 |
parents | 828a9b4ee1b7 |
children | a36b2c684e59 |
files | Deprecated/Applications/Samples/Deprecated/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.h Deprecated/Platforms/Wasm/Defaults.cpp Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.h |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Deprecated/Applications/Samples/Deprecated/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.h Thu Jun 11 21:23:02 2020 +0200 +++ b/Deprecated/Applications/Samples/Deprecated/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.h Thu Jun 11 21:25:29 2020 +0200 @@ -21,7 +21,7 @@ #pragma once #include <string> -#include <Framework/Messages/IObserver.h> +#include "../../../../../../Framework/Messages/IObserver.h" #include <Platforms/Wasm/WasmPlatformApplicationAdapter.h> #include "../../SimpleViewerApplication.h" @@ -40,4 +40,4 @@ }; -} \ No newline at end of file +}
--- a/Deprecated/Platforms/Wasm/Defaults.cpp Thu Jun 11 21:23:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/Defaults.cpp Thu Jun 11 21:25:29 2020 +0200 @@ -23,8 +23,8 @@ #include "WasmWebService.h" #include "WasmDelayedCallExecutor.h" -#include "../../Framework/Deprecated/Widgets/TestCairoWidget.h" -#include <Framework/Deprecated/Viewport/WidgetViewport.h> +#include "../../../Framework/Deprecated/Widgets/TestCairoWidget.h" +#include "../../../Framework/Deprecated/Viewport/WidgetViewport.h" #include <Applications/Wasm/StartupParametersBuilder.h> #include <Platforms/Wasm/WasmPlatformApplicationAdapter.h> #include <Framework/StoneInitialization.h>
--- a/Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.h Thu Jun 11 21:23:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.h Thu Jun 11 21:25:29 2020 +0200 @@ -22,7 +22,7 @@ #pragma once #include <string> -#include <Framework/Messages/IObserver.h> +#include "../../../Framework/Messages/IObserver.h" #include <Applications/IStoneApplication.h> namespace OrthancStone