From 63fcb7b8e19432973e10ad4e253fbe9d59d8e3af Mon Sep 17 00:00:00 2001
From: Stephan Witt <switt@lyx.org>
Date: Thu, 13 Aug 2020 10:26:44 +0200
Subject: [PATCH] #10346 Amend change 01b2893f8b to make Qt4 compilable - again

---
 src/frontends/qt/qt_helpers.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/frontends/qt/qt_helpers.cpp b/src/frontends/qt/qt_helpers.cpp
index 8225b91b47..9d44c3f9c1 100644
--- a/src/frontends/qt/qt_helpers.cpp
+++ b/src/frontends/qt/qt_helpers.cpp
@@ -47,6 +47,7 @@
 #include <QTextLayout>
 #include <QTextDocument>
 #include <QToolTip>
+#include <QUrl>
 
 #include <algorithm>
 #include <fstream>
-- 
2.21.1 (Apple Git-122.3)

