Added debug util to ensure end of life of objects.

This commit is contained in:
23rd 2024-08-30 12:54:49 +03:00 committed by John Preston
parent 89c2ba4293
commit add5a6a0be
1 changed files with 1 additions and 0 deletions

View File

@ -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"