From 048d995922d5ba1cf9cd35262329b2d24ff79355 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 23 Jul 2025 12:27:22 +0400 Subject: [PATCH] Add weak_qptr to stdafx.h --- Telegram/SourceFiles/stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/stdafx.h b/Telegram/SourceFiles/stdafx.h index b111130433..1bc3da35d3 100644 --- a/Telegram/SourceFiles/stdafx.h +++ b/Telegram/SourceFiles/stdafx.h @@ -118,6 +118,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "base/optional.h" #include "base/variant.h" #include "base/weak_ptr.h" +#include "base/weak_qptr.h" #include "scheme.h" #include "mtproto/type_utils.h"