mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
examples: fix missing header
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
This commit is contained in:
parent
7742eb3693
commit
3f8cc0ae99
@ -1,6 +1,7 @@
|
|||||||
#include <future>
|
#include <future>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
#include "zmq.hpp"
|
#include "zmq.hpp"
|
||||||
#include "zmq_addon.hpp"
|
#include "zmq_addon.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user