forked from premiere/premiere-libtorrent
missing header when no cpuid is available (#849)
This commit is contained in:
parent
ba6e1e9194
commit
9efba7d752
|
@ -40,6 +40,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#if TORRENT_HAS_SSE && defined __GNUC__
|
||||
#include <cpuid.h>
|
||||
#else
|
||||
#include <cstring> // for std::memset
|
||||
#endif
|
||||
|
||||
namespace libtorrent { namespace aux
|
||||
|
|
Loading…
Reference in New Issue