Skip to content

Commit 3f8cc0a

Browse files
examples: fix missing header
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
1 parent 7742eb3 commit 3f8cc0a

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)