1
0
mirror of https://github.com/zeromq/cppzmq.git synced 2025-04-17 07:13:29 +02:00

Merge pull request from phlptp/addon_include_convention

Switch zmq_addon.hpp to include zmq.hpp using "zmq.hpp" instead
This commit is contained in:
Simon Giesecke 2019-10-16 15:17:24 +02:00 committed by GitHub
commit fdb2f13971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@
#ifndef __ZMQ_ADDON_HPP_INCLUDED__
#define __ZMQ_ADDON_HPP_INCLUDED__
#include <zmq.hpp>
#include "zmq.hpp"
#include <deque>
#include <iomanip>