diff OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyViewport.cpp @ 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 bd527bbc34df
line wrap: on
line diff
--- a/OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyViewport.cpp	Sat Jan 29 12:51:51 2022 +0100
+++ b/OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyViewport.cpp	Sat Jan 29 16:55:14 2022 +0100
@@ -23,9 +23,9 @@
 
 #if defined(ORTHANC_BUILDING_STONE_LIBRARY) && ORTHANC_BUILDING_STONE_LIBRARY == 1
 #  include "WebAssemblyViewport.h"
-#  include "../../../OrthancStone/Sources/Scene2DViewport/ViewportController.h"
-#  include "../../../OrthancStone/Sources/Toolbox/GenericToolbox.h"
-#  include "../../../OrthancStone/Sources/Viewport/DefaultViewportInteractor.h"
+#  include "../../Scene2DViewport/ViewportController.h"
+#  include "../../Toolbox/GenericToolbox.h"
+#  include "../../Viewport/DefaultViewportInteractor.h"
 #else
 // This is the case when using the WebAssembly side module, and this
 // source file must be compiled within the WebAssembly main module