diff OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyViewport.h @ 1901:184b0aeae1af

fix build of sdl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Jan 2022 16:55:14 +0100
parents 917500c46fe0
children 07964689cb0b
line wrap: on
line diff
--- a/OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyViewport.h	Sat Jan 29 12:51:51 2022 +0100
+++ b/OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyViewport.h	Sat Jan 29 16:55:14 2022 +0100
@@ -23,7 +23,7 @@
 
 #pragma once
 
-#include "../../../OrthancStone/Sources/OrthancStone.h"
+#include "../../OrthancStone.h"
 
 #if !defined(ORTHANC_ENABLE_WASM)
 #  error Macro ORTHANC_ENABLE_WASM must be defined
@@ -33,8 +33,8 @@
 #  error This file can only be used if targeting WebAssembly
 #endif
 
-#include "../../../OrthancStone/Sources/Viewport/IViewport.h"
-#include "../../../OrthancStone/Sources/Viewport/IViewportInteractor.h"
+#include "../../Viewport/IViewport.h"
+#include "../../Viewport/IViewportInteractor.h"
 
 #include <Compatibility.h>