blob: 0fd3c1b87ae0ad8d6c4846cf4045a27b09f3e731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Telegram/SourceFiles/lottie/lottie_animation.cpp b/Telegram/SourceFiles/lottie/lottie_animation.cpp
index cee1bf7bb..c8adfc343 100644
--- a/Telegram/SourceFiles/lottie/lottie_animation.cpp
+++ b/Telegram/SourceFiles/lottie/lottie_animation.cpp
@@ -15,6 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "logs.h"
#include <QFile>
+#include <QtDebug>
#include <crl/crl_async.h>
#include <crl/crl_on_main.h>
|