summaryrefslogtreecommitdiff
path: root/src/app_thread.cpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-11-03 14:06:25 +0100
committermalosek <malosek@fastmq.com>2009-11-03 14:06:25 +0100
commit7d672d3ab8c74371b58b293f807db74760b18155 (patch)
tree2cbdb5aac39ef6c1580da09bd74b95c6d0337406 /src/app_thread.cpp
parent7cbdcc954213b715ce83316538403bbce1fac99f (diff)
minor fixes for MSVC++ 2005 build
Diffstat (limited to 'src/app_thread.cpp')
-rw-r--r--src/app_thread.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app_thread.cpp b/src/app_thread.cpp
index d12b126..fbda335 100644
--- a/src/app_thread.cpp
+++ b/src/app_thread.cpp
@@ -25,6 +25,9 @@
#if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp"
+#if defined _MSC_VER
+#include <intrin.h>
+#endif
#else
#include <unistd.h>
#endif