mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-22 08:34:36 +02:00
Merge pull request #356 from phlptp/addon_include_convention
Switch zmq_addon.hpp to include zmq.hpp using "zmq.hpp" instead
This commit is contained in:
commit
fdb2f13971
@ -24,7 +24,7 @@
|
|||||||
#ifndef __ZMQ_ADDON_HPP_INCLUDED__
|
#ifndef __ZMQ_ADDON_HPP_INCLUDED__
|
||||||
#define __ZMQ_ADDON_HPP_INCLUDED__
|
#define __ZMQ_ADDON_HPP_INCLUDED__
|
||||||
|
|
||||||
#include <zmq.hpp>
|
#include "zmq.hpp"
|
||||||
|
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user