From e328a69fe44e9808e18a4a9adad882146b1be22b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 11 May 2020 12:19:23 +0300 Subject: Add missing include for SDL2 in mglxinit.cpp --- src/render/openglx/mglxinit.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/render/openglx/mglxinit.cpp b/src/render/openglx/mglxinit.cpp index ffbebc47f..d83872871 100644 --- a/src/render/openglx/mglxinit.cpp +++ b/src/render/openglx/mglxinit.cpp @@ -26,6 +26,10 @@ #include "render/openglx/mglx.h" +#ifdef USE_SDL2 +#include +#endif + #include "debug.h" void Glx::initFunctions() -- cgit v1.2.3-60-g2f50