diff 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
line wrap: on
line diff
--- a/Applications/Samples/Sdl/SdlHelpers.h	Sat Jan 29 12:51:51 2022 +0100
+++ b/Applications/Samples/Sdl/SdlHelpers.h	Sat Jan 29 16:55:14 2022 +0100
@@ -26,7 +26,7 @@
 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1
 #endif
 
-#include "../../Platforms/Sdl/SdlViewport.h"
+#include "../../../OrthancStone/Sources/Platforms/Sdl/SdlViewport.h"
 
 #include <boost/shared_ptr.hpp>