Tries to fix X11 build issue reported in #21863

Fixes #21863
This commit is contained in:
Henrik Rydgård
2026-06-27 14:17:41 +02:00
parent dee3cbac84
commit bc41338293
+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;