comparison Applications/Samples/Sdl/SdlHelpers.h @ 1901:184b0aeae1af

fix build of sdl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Jan 2022 16:55:14 +0100
parents 7053b8a0aaec
children 07964689cb0b
comparison
equal deleted inserted replaced
1900:563f6aa8e24c 1901:184b0aeae1af
24 24
25 #if ORTHANC_ENABLE_SDL != 1 25 #if ORTHANC_ENABLE_SDL != 1
26 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1 26 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1
27 #endif 27 #endif
28 28
29 #include "../../Platforms/Sdl/SdlViewport.h" 29 #include "../../../OrthancStone/Sources/Platforms/Sdl/SdlViewport.h"
30 30
31 #include <boost/shared_ptr.hpp> 31 #include <boost/shared_ptr.hpp>
32 32
33 #include <SDL.h> 33 #include <SDL.h>
34 34