mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 22:40:55 +01:00
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.
This commit is contained in:
@@ -138,10 +138,12 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
// 0MQ definitions and exported functions
|
||||
#include "../include/zmq.h"
|
||||
|
||||
#endif // _MSC_VER
|
||||
|
||||
|
||||
// 0MQ definitions and exported functions
|
||||
#include "platform.hpp"
|
||||
#include "../include/zmq.h"
|
||||
|
||||
|
||||
#endif //ifndef __ZMQ_PRECOMPILED_HPP_INCLUDED__
|
||||
|
||||
Reference in New Issue
Block a user