comparison 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
comparison
equal deleted inserted replaced
1900:563f6aa8e24c 1901:184b0aeae1af
21 **/ 21 **/
22 22
23 23
24 #if defined(ORTHANC_BUILDING_STONE_LIBRARY) && ORTHANC_BUILDING_STONE_LIBRARY == 1 24 #if defined(ORTHANC_BUILDING_STONE_LIBRARY) && ORTHANC_BUILDING_STONE_LIBRARY == 1
25 # include "WebAssemblyViewport.h" 25 # include "WebAssemblyViewport.h"
26 # include "../../../OrthancStone/Sources/Scene2DViewport/ViewportController.h" 26 # include "../../Scene2DViewport/ViewportController.h"
27 # include "../../../OrthancStone/Sources/Toolbox/GenericToolbox.h" 27 # include "../../Toolbox/GenericToolbox.h"
28 # include "../../../OrthancStone/Sources/Viewport/DefaultViewportInteractor.h" 28 # include "../../Viewport/DefaultViewportInteractor.h"
29 #else 29 #else
30 // This is the case when using the WebAssembly side module, and this 30 // This is the case when using the WebAssembly side module, and this
31 // source file must be compiled within the WebAssembly main module 31 // source file must be compiled within the WebAssembly main module
32 # include <Viewport/WebAssemblyViewport.h> 32 # include <Viewport/WebAssemblyViewport.h>
33 # include <Toolbox/GenericToolbox.h> 33 # include <Toolbox/GenericToolbox.h>