From f68e4b8c315d4d370e3418a7ad736783828a46bb Mon Sep 17 00:00:00 2001 From: Marcel Krems Date: Wed, 31 May 2017 12:08:14 +0200 Subject: [PATCH] XCB platform plugin: add missing include 89870a35bde2f67f9c371ba145e90b86d3e2dd1b introduced an usage of std::free without including cstdlib. Change-Id: I9b7ae1caf90bf22aae99cc0407347350c83181a2 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Gatis Paeglis --- src/plugins/platforms/xcb/qxcbconnection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/platforms/xcb/qxcbconnection.h b/src/plugins/platforms/xcb/qxcbconnection.h index 4ed07fb488..cb97a0be18 100644 --- a/src/plugins/platforms/xcb/qxcbconnection.h +++ b/src/plugins/platforms/xcb/qxcbconnection.h @@ -56,6 +56,7 @@ #include #include +#include #include // This is needed to make Qt compile together with XKB. xkb.h is using a variable