From 9b5ca88b97c3a00153946920ae52870c452fb4a1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 11 Aug 2023 03:03:09 +0200 Subject: c++,window-opengl: Fixing comp issues --- c++/window-opengl/gl_xcb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++/window-opengl/gl_xcb.h') diff --git a/c++/window-opengl/gl_xcb.h b/c++/window-opengl/gl_xcb.h index 128733b..d89541d 100644 --- a/c++/window-opengl/gl_xcb.h +++ b/c++/window-opengl/gl_xcb.h @@ -7,6 +7,8 @@ #endif #include "gl_backends.h" +#include "gl_context.h" +#include "gl_window.h" #include -- cgit v1.2.3