summarylogtreecommitdiffstats
path: root/fix-missing-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-missing-includes.patch')
-rw-r--r--fix-missing-includes.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/fix-missing-includes.patch b/fix-missing-includes.patch
new file mode 100644
index 000000000000..3735370ef8b4
--- /dev/null
+++ b/fix-missing-includes.patch
@@ -0,0 +1,23 @@
+diff -aur tora-3.2/src/editor/tosqltext.h tora-3.2.patched/src/editor/tosqltext.h
+--- tora-3.2/src/editor/tosqltext.h 2017-07-04 14:35:39.000000000 -0700
++++ tora-3.2.patched/src/editor/tosqltext.h 2018-07-10 14:56:35.580009002 -0700
+@@ -45,6 +45,8 @@
+ #include <QtCore/QStringList>
+ #include <QtGui/QKeyEvent>
+ #include <QWidget>
++#include <QAction>
++#include <QMenu>
+
+ #include <tuple>
+
+diff -aur tora-3.2/src/widgets/tohelp.cpp tora-3.2.patched/src/widgets/tohelp.cpp
+--- tora-3.2/src/widgets/tohelp.cpp 2017-07-04 14:35:39.000000000 -0700
++++ tora-3.2.patched/src/widgets/tohelp.cpp 2018-07-10 14:54:00.790003162 -0700
+@@ -43,6 +43,7 @@
+ #include "core/toconfiguration.h"
+ #include "ts_log/ts_log_utils.h"
+
++#include <QAction>
+ #include <QMessageBox>
+ #include <QtCore/QSettings>
+