missing header when no cpuid is available (#849)

This commit is contained in:
Alden Torres 2016-06-23 22:36:31 -04:00 committed by Arvid Norberg
parent ba6e1e9194
commit 9efba7d752
1 changed files with 2 additions and 0 deletions

View File

@ -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