diff options
Diffstat (limited to 'math/cantor')
-rw-r--r-- | math/cantor/files/patch-gentoo-kf5-5.61-headers | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/cantor/files/patch-gentoo-kf5-5.61-headers b/math/cantor/files/patch-gentoo-kf5-5.61-headers new file mode 100644 index 000000000000..1f5feab67f97 --- /dev/null +++ b/math/cantor/files/patch-gentoo-kf5-5.61-headers @@ -0,0 +1,26 @@ +From 6a49ffa048f619752d32ff9b85a03c8cbcb448b7 Mon Sep 17 00:00:00 2001 +From: Nikita Sirgienko <warquark@gmail.com> +Date: Sun, 21 Jul 2019 02:00:46 +0300 +Subject: Try to fix build error in stable-kf5-qt5 #7 + +--- + src/cantor.h | 2 ++ + 1 file changed, 2 insertions(+) + +(limited to 'src/cantor.h') + +diff --git a/src/cantor.h b/src/cantor.h +index 0352753..bbf8f6e 100644 +--- src/cantor.h ++++ src/cantor.h +@@ -25,6 +25,8 @@ + #include <KParts/MainWindow> + + #include <QList> ++#include <QStringList> ++#include <QMap> + + class QTabWidget; + class KTextEdit; +-- +cgit v1.1 |