summaryrefslogtreecommitdiff
path: root/node/UdpSocket.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-12 16:18:35 -0400
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-12 16:18:35 -0400
commit36af3d92ecb4148a74c14896f5b6a9dcea0c1700 (patch)
tree0474c2add280ea6a33f25eff9bdf7ada7fe0c70d /node/UdpSocket.hpp
parent2ad80063ec6e7d78d0d5b492f6065563792de05c (diff)
downloadinfinitytier-36af3d92ecb4148a74c14896f5b6a9dcea0c1700.tar.gz
infinitytier-36af3d92ecb4148a74c14896f5b6a9dcea0c1700.zip
Windows build work: condition, mutex, thread, udp socket...
Diffstat (limited to 'node/UdpSocket.hpp')
-rw-r--r--node/UdpSocket.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/UdpSocket.hpp b/node/UdpSocket.hpp
index c6200eac..6b7d488c 100644
--- a/node/UdpSocket.hpp
+++ b/node/UdpSocket.hpp
@@ -29,6 +29,8 @@
#define _ZT_UDPSOCKET_HPP
#include <stdexcept>
+
+#include "Constants.hpp"
#include "Thread.hpp"
#include "InetAddress.hpp"
#include "Mutex.hpp"