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

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>