summaryrefslogtreecommitdiff
path: root/java/Socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'java/Socket.cpp')
-rw-r--r--java/Socket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/Socket.cpp b/java/Socket.cpp
index a7b2fe5..2a2f420 100644
--- a/java/Socket.cpp
+++ b/java/Socket.cpp
@@ -22,6 +22,8 @@
#include <assert.h>
#include <errno.h>
+#include "../src/stdint.hpp"
+
#include "zmq.h"
#include "org_zmq_Socket.h"