Commit 401986e6 authored by Martin Sustrik's avatar Martin Sustrik

Build with MSVC2005 fixed

To use __rdtsc() function MSVC2005 requires including intrin.h
Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent e1debf15
......@@ -67,6 +67,7 @@ John Apps <john.apps@hp.com>
Markus Fischer <markus.fischer@hpc-solutions.com>
Matt Muggeridge <Matt.Muggeridge@hp.com>
Michael Santy <Michael.Santy@dynetics.com>
Oleg Sevostyanov <oleg.sev@gmail.com>
Paulo Henrique Silva <ph.silva@gmail.com>
Peter Busser <busserpeter@gmail.com>
Peter Lemenkov <lemenkov@gmail.com>
......
......@@ -25,6 +25,10 @@
#include <stddef.h>
#if defined _MSC_VER
#include <intrin.h>
#endif
#if !defined ZMQ_HAVE_WINDOWS
#include <sys/time.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment