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:
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

View File

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