forked from premiere/premiere-libtorrent
fix missing include
This commit is contained in:
parent
6e0ae9e959
commit
9e5edf3413
|
@ -54,6 +54,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/ptime.hpp"
|
||||
#include "libtorrent/config.hpp"
|
||||
|
||||
#ifndef BOOST_NO_TYPEID
|
||||
#include <typeinfo>
|
||||
#endif
|
||||
|
||||
#ifndef TORRENT_MAX_ALERT_TYPES
|
||||
#define TORRENT_MAX_ALERT_TYPES 15
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue