summaryrefslogtreecommitdiff
path: root/node/UdpSocket.hpp
diff options
context:
space:
mode:
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"