]> git.proxmox.com Git - ceph.git/blob - ceph/src/Beast/include/beast/zlib.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / Beast / include / beast / zlib.hpp
1 //
2 // Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See accompanying
5 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 //
7
8 #ifndef BEAST_ZLIB_HPP
9 #define BEAST_ZLIB_HPP
10
11 #include <beast/config.hpp>
12
13 #include <beast/zlib/deflate_stream.hpp>
14 #include <beast/zlib/inflate_stream.hpp>
15
16 #endif