Added back accidentally removed headers.

This commit is contained in:
binary1248 2015-03-30 01:26:20 +02:00
parent b9cc6f5c0d
commit 4add6faf06

View File

@ -37,7 +37,11 @@
#include <xcb/xcb_image.h> #include <xcb/xcb_image.h>
#include <xcb/randr.h> #include <xcb/randr.h>
#include <X11/Xlibint.h> #include <X11/Xlibint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#include <libgen.h>
#include <fcntl.h>
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>
#include <string> #include <string>