Merge pull request #568 from stephanlachnit/p-fix-pubsub_multithread_inproc

examples: fix missing header
This commit is contained in:
Gudmundur Adalsteinsson
2022-08-12 13:56:50 +00:00
committed by GitHub

View File

@@ -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"