Commit b4698324 authored by Luca Boccassi's avatar Luca Boccassi

Problem: precompiled.hpp ifdef'd for windows

Solution: include platform.hpp and include/zmq.h outside of ifdef
for windows, in order to be able to use it for internal definitions.
parent 464d3fd3
......@@ -138,10 +138,12 @@
#include <string>
#include <vector>
#endif // _MSC_VER
// 0MQ definitions and exported functions
#include "platform.hpp"
#include "../include/zmq.h"
#endif // _MSC_VER
#endif //ifndef __ZMQ_PRECOMPILED_HPP_INCLUDED__
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