From add5a6a0bea42f8258ec2f64f6c8e4a84683fc92 Mon Sep 17 00:00:00 2001
From: 23rd <23rd@vivaldi.net>
Date: Fri, 30 Aug 2024 12:54:49 +0300
Subject: [PATCH] Added debug util to ensure end of life of objects.

---
 Telegram/SourceFiles/stdafx.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Telegram/SourceFiles/stdafx.h b/Telegram/SourceFiles/stdafx.h
index da801ff9a..92db569f1 100644
--- a/Telegram/SourceFiles/stdafx.h
+++ b/Telegram/SourceFiles/stdafx.h
@@ -111,6 +111,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
 
 #include "base/algorithm.h"
 #include "base/basic_types.h"
+#include "base/debug_destroy_informer.h" // _DEBUG only.
 #include "base/flat_set.h"
 #include "base/flat_map.h"
 #include "base/invoke_queued.h"