diff OrthancStone/Sources/OpenGL/SdlOpenGLContext.h @ 1567:37d90bd69f31 legacy-with-deprecated

fix sdl build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 15:39:33 +0200
parents 244ad1e4e76a
children 92fca2b3ba3d
line wrap: on
line diff
--- a/OrthancStone/Sources/OpenGL/SdlOpenGLContext.h	Thu Sep 17 15:23:06 2020 +0200
+++ b/OrthancStone/Sources/OpenGL/SdlOpenGLContext.h	Thu Sep 17 15:39:33 2020 +0200
@@ -26,6 +26,8 @@
 #include "IOpenGLContext.h"
 #include "../Viewport/SdlWindow.h"
 
+#include <Compatibility.h>  // For ORTHANC_OVERRIDE
+
 #include <SDL_render.h>
 
 #include <Enumerations.h>