diff options
Diffstat (limited to 'c++/window-opengl/gl_xcb.h')
-rw-r--r-- | c++/window-opengl/gl_xcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <GL/glx.h> |