Merge pull request #21866 from hrydgard/x11-build-fix

Tries to fix X11 build issue reported in #21863
This commit is contained in:
Henrik Rydgård
2026-06-28 11:55:14 +02:00
committed by GitHub
+3
View File
@@ -14,6 +14,9 @@
#if defined(USING_EGL)
#include "EGL/egl.h"
#if !defined(USING_FBDEV) && !defined(__APPLE__)
#include <X11/Xlib.h>
#endif
#endif
class GLRenderManager;