diff options
Diffstat (limited to 'app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch')
-rw-r--r-- | app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch b/app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch deleted file mode 100644 index 1ea3cc410c67..000000000000 --- a/app-leechcraft/lc-core/files/lc-core-0.6.65-gcc-4.9.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 2db7cf510491e3ef2f25341b35b3705acf824bc3 Mon Sep 17 00:00:00 2001 -From: 0xd34df00d <0xd34df00d@gmail.com> -Date: Thu, 12 Jun 2014 23:38:39 +0400 -Subject: [PATCH] [Interfaces] Added missing include. - ---- - src/interfaces/itexteditor.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/interfaces/itexteditor.h b/src/interfaces/itexteditor.h -index 059b936..0004bc5 100644 ---- a/src/interfaces/itexteditor.h -+++ b/src/interfaces/itexteditor.h -@@ -29,6 +29,7 @@ - - #pragma once - -+#include <functional> - #include <QPair> - #include <QList> - #include <QRegExp> --- -1.9.3 - -From 317cbe27a95cc6536f163c0c833eeb1b4fb3f53b Mon Sep 17 00:00:00 2001 -From: 0xd34df00d <0xd34df00d@gmail.com> -Date: Thu, 12 Jun 2014 23:32:15 +0400 -Subject: [PATCH] [Util] Added a missing include. - ---- - src/util/qml/plotitem.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/util/qml/plotitem.h b/src/util/qml/plotitem.h -index 194c69c..8185851 100644 ---- a/src/util/qml/plotitem.h -+++ b/src/util/qml/plotitem.h -@@ -29,6 +29,7 @@ - - #pragma once - -+#include <functional> - #include <QDeclarativeItem> - #include "qmlconfig.h" - --- -1.9.3 - |