Skip to content

Commit 77d08b5

Browse files
committed
#3350 linkdialog: try to fix build for Qt 5.13
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 6d0e1dc commit 77d08b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dialogs/linkdialog.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
#include "ui_linkdialog.h"
2222
#include "widgets/navigationwidget.h"
2323

24+
#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
25+
#include <memory>
26+
#endif
27+
2428
LinkDialog::LinkDialog(int page, const QString &dialogTitle, QWidget *parent)
2529
: MasterDialog(parent), ui(new Ui::LinkDialog) {
2630
ui->setupUi(this);

0 commit comments

Comments
 (0)