Add missing headers

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-02-07 22:47:42 +00:00
parent 33c1cd439b
commit fec43acfaa
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 4 additions and 0 deletions

View File

@ -3,8 +3,12 @@
#pragma once
#include <GL/glx.h>
#include <X11/Xlib.h>
#include <xcb/xcb.h>
#include <xcb/render.h>
#include "log.h"
#include "compiler.h"
#include "utils.h"
#include "x.h"
struct glx_fbconfig_info {