summaryrefslogtreecommitdiff
path: root/src/app_thread.cpp
diff options
context:
space:
mode:
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