From 4d68c1b509cd289e9f02cbf258e69f2539349029 Mon Sep 17 00:00:00 2001 From: Sergey Shatunov Date: Fri, 1 Jun 2018 21:20:33 +0700 Subject: GH-2291 Fix build with Qt 5.11+ --- application/dialogs/NotificationDialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'application/dialogs') diff --git a/application/dialogs/NotificationDialog.cpp b/application/dialogs/NotificationDialog.cpp index d61bf6bd..80adab3d 100644 --- a/application/dialogs/NotificationDialog.cpp +++ b/application/dialogs/NotificationDialog.cpp @@ -2,6 +2,7 @@ #include "ui_NotificationDialog.h" #include +#include NotificationDialog::NotificationDialog(const NotificationChecker::NotificationEntry &entry, QWidget *parent) : QDialog(parent, Qt::MSWindowsFixedSizeDialogHint | Qt::WindowTitleHint | Qt::CustomizeWindowHint), -- cgit