fix-tgcalls-cstdint.patch 257 B

12345678910111213
  1. diff --git a/tgcalls/utils/gzip.h b/tgcalls/utils/gzip.h
  2. index a3f3ea2..7ae5cc5 100644
  3. --- a/tgcalls/utils/gzip.h
  4. +++ b/tgcalls/utils/gzip.h
  5. @@ -3,6 +3,7 @@
  6. #include <absl/types/optional.h>
  7. #include <vector>
  8. +#include <cstdint>
  9. namespace tgcalls {