comparison OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyCairoViewport.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 07964689cb0b
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 "WebAssemblyCairoViewport.h" 25 # include "WebAssemblyCairoViewport.h"
26 # include "../../../OrthancStone/Sources/Scene2D/CairoCompositor.h" 26 # include "../../Scene2D/CairoCompositor.h"
27 # include "../../../OrthancStone/Sources/Scene2DViewport/ViewportController.h" 27 # include "../../Scene2DViewport/ViewportController.h"
28 #else 28 #else
29 // This is the case when using the WebAssembly side module, and this 29 // This is the case when using the WebAssembly side module, and this
30 // source file must be compiled within the WebAssembly main module 30 // source file must be compiled within the WebAssembly main module
31 # include <Viewport/WebAssemblyCairoViewport.h> 31 # include <Viewport/WebAssemblyCairoViewport.h>
32 # include <Scene2D/CairoCompositor.h> 32 # include <Scene2D/CairoCompositor.h>