fix include in http_connection.cpp

This commit is contained in:
arvidn 2017-08-10 19:47:42 +02:00
parent 560ef29276
commit 5f4816f1d8
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/bind.hpp>
#include <string>
#include <algorithm>
#include <sstream>
#include "libtorrent/aux_/disable_warnings_pop.hpp"