diff options
Diffstat (limited to 'node/UdpSocket.hpp')
-rw-r--r-- | node/UdpSocket.hpp | 2 |
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" |