Skip to content

Commit

Permalink
Merge pull request #568 from stephanlachnit/p-fix-pubsub_multithread_…
Browse files Browse the repository at this point in the history
…inproc

examples: fix missing header
  • Loading branch information
gummif committed Aug 12, 2022
2 parents 7742eb3 + 3f8cc0a commit 361156a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/pubsub_multithread_inproc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <future>
#include <iostream>
#include <string>
#include <thread>

#include "zmq.hpp"
#include "zmq_addon.hpp"
Expand Down

0 comments on commit 361156a

Please sign in to comment.