From 31cde9014aae4007e7a0ffdac20dc9f8e2abb844 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 24 Jan 2017 12:09:07 +0100 Subject: [PATCH] fix(x11): Add missing header --- include/x11/connection.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/x11/connection.hpp b/include/x11/connection.hpp index 3c970912..71ad3032 100644 --- a/include/x11/connection.hpp +++ b/include/x11/connection.hpp @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include #include