summaryrefslogtreecommitdiff
path: root/net-im/swift/files/swift-4.0.3-gcc11-compatibility.patch
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2023-10-04 16:41:06 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-10-04 16:41:30 +0200
commit97e8dff60cf6729e421d7efb4cd80006faead8e6 (patch)
tree52c4b2a5005daa00659a0889ed814bd3c9213c51 /net-im/swift/files/swift-4.0.3-gcc11-compatibility.patch
parent7b730475a81fb4efd79dfb6ed7348af4ee9e5c25 (diff)
downloadgentoo-97e8dff60cf6729e421d7efb4cd80006faead8e6.tar.gz
gentoo-97e8dff60cf6729e421d7efb4cd80006faead8e6.tar.bz2
gentoo-97e8dff60cf6729e421d7efb4cd80006faead8e6.zip
net-im/swift: add 4.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/swift/files/swift-4.0.3-gcc11-compatibility.patch')
-rw-r--r--net-im/swift/files/swift-4.0.3-gcc11-compatibility.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/swift/files/swift-4.0.3-gcc11-compatibility.patch b/net-im/swift/files/swift-4.0.3-gcc11-compatibility.patch
new file mode 100644
index 000000000000..4d94c2d10503
--- /dev/null
+++ b/net-im/swift/files/swift-4.0.3-gcc11-compatibility.patch
@@ -0,0 +1,13 @@
+diff --git a/Swift/Controllers/ShowProfileController.h b/Swift/Controllers/ShowProfileController.h
+index 0d01ba1a0..5dc7197ff 100644
+--- a/Swift/Controllers/ShowProfileController.h
++++ b/Swift/Controllers/ShowProfileController.h
+@@ -18,6 +18,8 @@
+
+ #include <Swift/Controllers/UIEvents/UIEvent.h>
+
++#include <map>
++
+ namespace Swift {
+ class VCardManager;
+ class ProfileWindow;