From: Allan Sandfeld Jensen Date: Thu, 15 Mar 2018 16:33:36 +0000 (+0100) Subject: Add missing include X-Git-Tag: archive/raspbian/4%17.12.3-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3122bf471bbaf02756ed0f105866fc730a9bc6ff;p=korganizer.git Add missing include Summary: Needed for Qt 5.11 Reviewers: mlaurent, dvratil Reviewed By: dvratil Subscribers: #kde_pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D11211 Gbp-Pq: Name upstream_Add-missing-include.patch --- diff --git a/src/kontactplugin/korganizer/kcmapptsummary.cpp b/src/kontactplugin/korganizer/kcmapptsummary.cpp index b4df77f..5d767e6 100644 --- a/src/kontactplugin/korganizer/kcmapptsummary.cpp +++ b/src/kontactplugin/korganizer/kcmapptsummary.cpp @@ -30,6 +30,8 @@ #include #include +#include + KCModule *create_apptsummary(QWidget *parent, const char *) { return new KCMApptSummary(parent);