1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-18 13:55:11 -05:00

fix(x11): Add missing header

This commit is contained in:
Michael Carlberg 2017-01-24 12:09:07 +01:00
parent e7b4b4992c
commit 31cde9014a

View file

@ -1,6 +1,7 @@
#pragma once #pragma once
#include <xcb/xcb.h> #include <xcb/xcb.h>
#include <cstdlib>
#include <xpp/core.hpp> #include <xpp/core.hpp>
#include <xpp/generic/factory.hpp> #include <xpp/generic/factory.hpp>
#include <xpp/proto/x.hpp> #include <xpp/proto/x.hpp>