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

@ -24,8 +24,9 @@
#include <rapidjson/document.h> //json header in zmq stream
#pragma GCC diagnostic pop
#include <zmq.h>
//#include <zmq.h>
class zmq_msg_t;
namespace sls {
#define MAX_STR_LENGTH 1000