Skip to content

Commit

Permalink
Remove zmq_utils.h include on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Jul 25, 2022
1 parent a6e5e06 commit 863fe5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/EventBroadcaster.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@
#include <ProcessorHeaders.h>

#ifdef ZEROMQ
#ifdef WIN32
#include <zmq.h>
#include <zmq_utils.h>
#else
#include <zmq.h>
#endif
#endif

class EventBroadcaster : public GenericProcessor
Expand Down

0 comments on commit 863fe5b

Please sign in to comment.