diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index e6f69f3e9..1bd782197 100755 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -33,10 +33,10 @@ POSSIBILITY OF SUCH DAMAGE. #ifndef TORRENT_ALERT_TYPES_HPP_INCLUDED #define TORRENT_ALERT_TYPES_HPP_INCLUDED -#include - #include "libtorrent/alert.hpp" #include "libtorrent/torrent_handle.hpp" +#include "libtorrent/socket.hpp" +#include "libtorrent/peer_connection.hpp" namespace libtorrent {