Skip to content

Commit 22ccdd4

Browse files
committed
Added <stdint.h> include for the int32_t type
1 parent 776b3e2 commit 22ccdd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ZmqSocket.cc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <zmq.h>
22
#include <errno.h>
3+
#include <stdint.h>
34

45
#include "ZmqSocket.h"
56
#include "ZmqContext.h"

0 commit comments

Comments
 (0)