kde-misc/kdeconnect: Add missing header

Closes: https://bugs.gentoo.org/953443
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-04-08 20:24:10 +02:00
parent a5c6dbe8c2
commit b9440d7ea9
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,24 @@
From 120a089ed8a45176289b8f1addf044817b13aa7b Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fella@gmx.de>
Date: Mon, 20 Jan 2025 21:41:50 +0100
Subject: [PATCH] Add missing include
---
core/backends/lan/mdns_wrapper.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/backends/lan/mdns_wrapper.h b/core/backends/lan/mdns_wrapper.h
index d044ca5ed..1878f7a27 100644
--- a/core/backends/lan/mdns_wrapper.h
+++ b/core/backends/lan/mdns_wrapper.h
@@ -7,6 +7,7 @@
#ifndef KDECONNECT_MDNS_WRAPPER_H
#define KDECONNECT_MDNS_WRAPPER_H
+#include <QHash>
#include <QHostAddress>
#include <QMap>
#include <QSocketNotifier>
--
GitLab

View File

@ -82,6 +82,8 @@ BDEPEND="
virtual/pkgconfig
"
PATCHES=( "${FILESDIR}/${P}-missing-header.patch" ) # bug 953443
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/921648