Skip to content

Commit fdb2f13

Browse files
authored
Merge pull request #356 from phlptp/addon_include_convention
Switch zmq_addon.hpp to include zmq.hpp using "zmq.hpp" instead
2 parents de05d33 + 563d235 commit fdb2f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zmq_addon.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#ifndef __ZMQ_ADDON_HPP_INCLUDED__
2525
#define __ZMQ_ADDON_HPP_INCLUDED__
2626

27-
#include <zmq.hpp>
27+
#include "zmq.hpp"
2828

2929
#include <deque>
3030
#include <iomanip>

0 commit comments

Comments
 (0)