From 8d1ff2858946be76339b24b7409ecc67be12add9 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Fri, 30 Dec 2016 21:13:34 +0100 Subject: [PATCH] fix(connection): Include cstdlib for std::free --- include/x11/connection.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/x11/connection.hpp b/include/x11/connection.hpp index 5db48292..792a8319 100644 --- a/include/x11/connection.hpp +++ b/include/x11/connection.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include