crow
crow copied to clipboard
Include `stdexcept` in `gzip_wrapper.cpp` to fix compilation
std::runtime_error is used in this file, but it had not been included.
I'm assuming after 2 years this has already been fixed in your work's fork, but I had to fix it for myself so I might as well put it here :^)