From f9968e1e903d6c49f65429c7fccec62fca432554 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 30 Dec 2017 21:04:06 +0100 Subject: [PATCH] refresh fwd.hpp --- include/libtorrent/fwd.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/libtorrent/fwd.hpp b/include/libtorrent/fwd.hpp index 9a5349556..c99129f6b 100644 --- a/include/libtorrent/fwd.hpp +++ b/include/libtorrent/fwd.hpp @@ -179,6 +179,12 @@ class hasher; struct ip_filter; class port_filter; +// include/libtorrent/peer_class.hpp +struct peer_class_info; + +// include/libtorrent/peer_class_type_filter.hpp +struct peer_class_type_filter; + // include/libtorrent/peer_connection_handle.hpp struct peer_connection_handle; struct bt_peer_connection_handle;