From a79d9da8e0bbc69053d00dd1ff1dd55c47258291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= Date: Mon, 8 Jan 2018 15:58:57 +0000 Subject: Fix build due to missing QDebug include The build just passes on Qt CI by chance. Change-Id: I3bfef12b48df22fa64d92af9cd345bfc984c9923 Reviewed-by: David Faure --- src/printsupport/dialogs/qprintdialog_unix.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/printsupport') diff --git a/src/printsupport/dialogs/qprintdialog_unix.cpp b/src/printsupport/dialogs/qprintdialog_unix.cpp index fcb53f4f63..02d69030ba 100644 --- a/src/printsupport/dialogs/qprintdialog_unix.cpp +++ b/src/printsupport/dialogs/qprintdialog_unix.cpp @@ -48,6 +48,7 @@ #if QT_CONFIG(filedialog) #include "qfiledialog.h" #endif +#include #include #include #include -- cgit v1.2.3