From 776e80b4d6a24375ba5d3e8086458d62549f1557 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Wed, 3 Apr 2024 00:15:45 +0300 Subject: [PATCH] Fix tdesktop 4.15.6 build on OpenBSD 7.5-current with clang 16.0.6 and Qt6 fails, not entirely sure why... --- .../SourceFiles/platform/linux/notifications_manager_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp index 1242c751f..0ea48a7de 100644 --- a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp @@ -37,6 +37,7 @@ namespace Notifications { namespace { using namespace gi::repository; +namespace GObject = gi::repository::GObject; constexpr auto kService = "org.freedesktop.Notifications"; constexpr auto kObjectPath = "/org/freedesktop/Notifications";