Skip to content

Commit 361156a

Browse files
authored
Merge pull request zeromq#568 from stephanlachnit/p-fix-pubsub_multithread_inproc
examples: fix missing header
2 parents 7742eb3 + 3f8cc0a commit 361156a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pubsub_multithread_inproc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <future>
22
#include <iostream>
33
#include <string>
4+
#include <thread>
45

56
#include "zmq.hpp"
67
#include "zmq_addon.hpp"

0 commit comments

Comments
 (0)