Commit 988d33bc authored by Michael's avatar Michael

added windows.hpp with include check

includes windows.hpp if on windows build for mingw build errors from including zmq.h before windows.h
parent f472893d
......@@ -29,6 +29,12 @@
#include <string.h>
#include "platform.hpp"
#ifdef ZMQ_HAVE_WINDOWS
#include "windows.hpp"
#endif
#include "../include/zmq.h"
#include "macros.hpp"
#include "dish.hpp"
......
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