# # # patch "gzip.cc" # from [a718f17d75502f5424b83d0f29b1b1601a0f70fd] # to [4afdc6ca701b77c1184cea944e1711fd7beb127d] # ============================================================ --- gzip.cc a718f17d75502f5424b83d0f29b1b1601a0f70fd +++ gzip.cc 4afdc6ca701b77c1184cea944e1711fd7beb127d @@ -12,6 +12,7 @@ * being available. the Gzip Compressor would just be a subclass of * Zlib Compressor, with window_bits+=16 for deflateInit2(), etc */ +#include #include #include #include