diff OrthancStone/Sources/Platforms/Sdl/SdlViewport.h @ 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
line wrap: on
line diff
--- a/OrthancStone/Sources/Platforms/Sdl/SdlViewport.h	Sat Jan 29 12:51:51 2022 +0100
+++ b/OrthancStone/Sources/Platforms/Sdl/SdlViewport.h	Sat Jan 29 16:55:14 2022 +0100
@@ -35,11 +35,11 @@
 #endif
 
 #include "SdlOpenGLContext.h"
-#include "../../../OrthancStone/Sources/Scene2D/CairoCompositor.h"
-#include "../../../OrthancStone/Sources/Viewport/IViewport.h"
+#include "../../Scene2D/CairoCompositor.h"
+#include "../../Viewport/IViewport.h"
 
 #if ORTHANC_ENABLE_OPENGL == 1
-#  include "../../../OrthancStone/Sources/Scene2D/OpenGLCompositor.h"
+#  include "../../Scene2D/OpenGLCompositor.h"
 #endif
 
 #include <SDL_events.h>