gzip.hpp fix

This commit is contained in:
Arvid Norberg 2009-04-13 02:00:33 +00:00
parent fb5ef271cd
commit f6c97254e1
1 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,13 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef TORRENT_GZIP_HPP_INCLUDED
#define TORRENT_GZIP_HPP_INCLUDED
#include "libtorrent/config.hpp"
#include <string>
#include <vector>
namespace libtorrent
{
@ -41,3 +48,5 @@ namespace libtorrent
}
#endif