2017-10-07 11:17:00 -07:00
|
|
|
//
|
|
|
|
|
// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
|
|
|
|
|
//
|
|
|
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
//
|
|
|
|
|
// Official repository: https://github.com/boostorg/beast
|
|
|
|
|
//
|
|
|
|
|
|
2018-09-23 14:58:03 -04:00
|
|
|
// Make sure symbols don't conflict with ZLib
|
2017-10-07 11:17:00 -07:00
|
|
|
#include "zlib-1.2.11/zlib.h"
|
|
|
|
|
#include <boost/beast/zlib.hpp>
|