From 21983e080d449686f6427f691a2f6c4b58fc6177 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 18 Jun 2014 15:53:18 +0200 Subject: [PATCH] Help: Fix Qt4 compile Change-Id: Ic9027415d427f65c7012399ff4877a2a444814d8 Reviewed-by: Eike Ziller --- src/plugins/help/localhelpmanager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/help/localhelpmanager.h b/src/plugins/help/localhelpmanager.h index 62c4efa9250..2f84c39c44c 100644 --- a/src/plugins/help/localhelpmanager.h +++ b/src/plugins/help/localhelpmanager.h @@ -33,6 +33,7 @@ #include #include #include +#include QT_FORWARD_DECLARE_CLASS(QHelpEngine)