From f6c97254e1c1adf8eb825aca2a56bbce273c4bbf Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 13 Apr 2009 02:00:33 +0000 Subject: [PATCH] gzip.hpp fix --- include/libtorrent/gzip.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/libtorrent/gzip.hpp b/include/libtorrent/gzip.hpp index 0528b58f2..2db984c2e 100644 --- a/include/libtorrent/gzip.hpp +++ b/include/libtorrent/gzip.hpp @@ -30,6 +30,13 @@ POSSIBILITY OF SUCH DAMAGE. */ +#ifndef TORRENT_GZIP_HPP_INCLUDED +#define TORRENT_GZIP_HPP_INCLUDED + +#include "libtorrent/config.hpp" +#include +#include + namespace libtorrent { @@ -41,3 +48,5 @@ namespace libtorrent } +#endif +