Skip to content

Commit

Permalink
Merge pull request #40 from adamant-pwn/patch-1
Browse files Browse the repository at this point in the history
Include cstdint in gz
  • Loading branch information
jermp authored Jan 19, 2024
2 parents d3ea2c4 + fc8fd22 commit fd771a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/gz/zip_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ zran.c
#include <ostream>
#include <streambuf>
#include <vector>
#include <cstdint>

//! default gzip buffer size, change this to suite your needs
static const size_t zstream_default_buffer_size = 4096;
Expand Down

0 comments on commit fd771a0

Please sign in to comment.