summaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop/files/tdesktop-4.0.2-fix-gcc12-cstdint.patch
blob: a3d67e0c9a1bf059d2d57013c200638725f64e9a (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Telegram/ThirdParty/tgcalls/tgcalls/utils/gzip.h
+++ b/Telegram/ThirdParty/tgcalls/tgcalls/utils/gzip.h
@@ -2,6 +2,7 @@
 #define TGCALLS_UTILS_GZIP_H
 
 #include <absl/types/optional.h>
+#include <cstdint>
 #include <vector>
 
 namespace tgcalls {