forward declare zmq_msg_t and moved include (#869)

* forward declare zmq_msg_t and moved include

* removed zmq from pkg list
This commit is contained in:
Erik Fröjdh
2023-11-20 11:43:30 +01:00
committed by GitHub
parent 96ed74c47c
commit d7aa3305d1
3 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@
#include <string.h>
#include <thread>
#include <vector>
#include <zmq.h>
namespace sls {
using namespace rapidjson;