diff Applications/Samples/Sdl/SdlHelpers.h @ 1542:6e0da8370270

fixing paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 14:03:53 +0200
parents d1806b4e4839
children 5887a4f8594b
line wrap: on
line diff
--- a/Applications/Samples/Sdl/SdlHelpers.h	Tue Aug 11 13:47:24 2020 +0200
+++ b/Applications/Samples/Sdl/SdlHelpers.h	Tue Aug 11 14:03:53 2020 +0200
@@ -25,7 +25,7 @@
 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1
 #endif
 
-#include "../../Sources/Viewport/SdlViewport.h"
+#include "../../../OrthancStone/Sources/Viewport/SdlViewport.h"
 
 #include <boost/shared_ptr.hpp>