forked from premiere/premiere-libtorrent
fixed incorrect include of standard header with .hpp-sufix
This commit is contained in:
parent
40741a1626
commit
37541d4676
|
@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <boost/utility.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <boost/array.hpp>
|
||||
#include <set.hpp>
|
||||
#include <set>
|
||||
|
||||
#include <libtorrent/kademlia/logging.hpp>
|
||||
|
||||
|
|
Loading…
Reference in New Issue