silence warnings in boost headers in dht_storage

This commit is contained in:
arvidn 2015-10-25 09:30:56 -04:00
parent 234ac8adeb
commit a75dfe2eb6
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit ff7d375f6d49f8eea5f6123a36d70011ce310aee
Subproject commit fa1e83614ca96b4802a4c6cea9488a93111be86d

View File

@ -32,11 +32,15 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/kademlia/dht_storage.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <utility>
#include <boost/bind.hpp>
#include <boost/function/function1.hpp>
#include <boost/tuple/tuple.hpp>
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include <algorithm>
#include <map>
#include <set>