Skip to content

Commit

Permalink
Merge pull request zeromq#356 from phlptp/addon_include_convention
Browse files Browse the repository at this point in the history
Switch zmq_addon.hpp to include zmq.hpp using "zmq.hpp" instead
  • Loading branch information
sigiesec authored Oct 16, 2019
2 parents de05d33 + 563d235 commit fdb2f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq_addon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef __ZMQ_ADDON_HPP_INCLUDED__
#define __ZMQ_ADDON_HPP_INCLUDED__

#include <zmq.hpp>
#include "zmq.hpp"

#include <deque>
#include <iomanip>
Expand Down

0 comments on commit fdb2f13

Please sign in to comment.