From f48b526c3da293866422623d8c30d85fd1da49ed Mon Sep 17 00:00:00 2001 From: Holger Ihrig Date: Mon, 12 Sep 2011 12:51:05 +0200 Subject: [PATCH] Compile fix for QPA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I26842fc754d671051ae406d9c03982bb1db8a3a7 Reviewed-on: http://codereview.qt-project.org/4660 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal --- src/gui/kernel/qinputpanel_p.h | 1 + src/gui/kernel/qplatforminputcontext_qpa.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gui/kernel/qinputpanel_p.h b/src/gui/kernel/qinputpanel_p.h index d081cf4a6e..84cfb06c94 100644 --- a/src/gui/kernel/qinputpanel_p.h +++ b/src/gui/kernel/qinputpanel_p.h @@ -45,6 +45,7 @@ #include #include #include +#include QT_BEGIN_HEADER diff --git a/src/gui/kernel/qplatforminputcontext_qpa.cpp b/src/gui/kernel/qplatforminputcontext_qpa.cpp index 6482d4a34a..0fdcd9e9ac 100644 --- a/src/gui/kernel/qplatforminputcontext_qpa.cpp +++ b/src/gui/kernel/qplatforminputcontext_qpa.cpp @@ -41,6 +41,7 @@ #include #include +#include QT_BEGIN_NAMESPACE