summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@qt.io>2016-05-16 16:06:19 -0700
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-17 04:38:33 +0000
commit4fd9c8527cfb5c5942712393b3577c0ed6405dc2 (patch)
treee561421e36e2afbe1a7ed6138d4278daf7b19e11
parentb414120c60ef8c3cc2aad7dca41092647d741a36 (diff)
downloadqtx11extras-4fd9c8527cfb5c5942712393b3577c0ed6405dc2.tar.gz
QX11Info: Add missing include
Change-Id: Ie1a54eaf5b450ea638766035cdaaf50750e6de50 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--src/x11extras/qx11info_x11.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x11extras/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp
index 0473fda..f40f876 100644
--- a/src/x11extras/qx11info_x11.cpp
+++ b/src/x11extras/qx11info_x11.cpp
@@ -54,6 +54,7 @@
#include <qwindow.h>
#include <qguiapplication.h>
#include <xcb/xcb.h>
+#include <QtCore/qdebug.h>
QT_BEGIN_NAMESPACE