summarylogtreecommitdiffstats
path: root/fix-tgcalls-cstdint.patch
blob: 53de9d691ff561f23cac94c05282841d6bbe83cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tgcalls/utils/gzip.h b/tgcalls/utils/gzip.h
index a3f3ea2..7ae5cc5 100644
--- a/tgcalls/utils/gzip.h
+++ b/tgcalls/utils/gzip.h
@@ -3,6 +3,7 @@
 
 #include <absl/types/optional.h>
 #include <vector>
+#include <cstdint>
 
 namespace tgcalls {