Skip to content

Commit

Permalink
Add include.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning authored and kylemann16 committed Sep 11, 2018
1 parent 5baec4c commit c088378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/arbiter/arbiter.hpp
Expand Up @@ -71,6 +71,7 @@ SOFTWARE.
// Beginning of content of file: arbiter/third/gzip/utils.hpp
// //////////////////////////////////////////////////////////////////////

#include <cstdint>
#include <cstdlib>

namespace gzip {
Expand Down Expand Up @@ -274,6 +275,7 @@ inline std::string compress(const char* data,
#include <zlib.h>

// std
#include <cstdint>
#include <limits>
#include <stdexcept>
#include <string>
Expand Down

0 comments on commit c088378

Please sign in to comment.