mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-28 16:15:23 +08:00
Merge pull request #944 from twwlogin/patch-1
Include zmq.h after platform.hpp
This commit is contained in:
commit
20f22e0463
@ -20,9 +20,6 @@
|
||||
#ifndef __ZMQ_ERR_HPP_INCLUDED__
|
||||
#define __ZMQ_ERR_HPP_INCLUDED__
|
||||
|
||||
// 0MQ-specific error codes are defined in zmq.h
|
||||
#include "../include/zmq.h"
|
||||
|
||||
#include <assert.h>
|
||||
#if defined _WIN32_WCE
|
||||
#include "..\builds\msvc\errno.hpp"
|
||||
@ -36,6 +33,9 @@
|
||||
#include "platform.hpp"
|
||||
#include "likely.hpp"
|
||||
|
||||
// 0MQ-specific error codes are defined in zmq.h
|
||||
#include "../include/zmq.h"
|
||||
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user