summaryrefslogtreecommitdiff
path: root/src/Sockets/UdpSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Sockets/UdpSocket.cpp')
-rw-r--r--src/Sockets/UdpSocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sockets/UdpSocket.cpp b/src/Sockets/UdpSocket.cpp
index 75bebf2..283c5b4 100644
--- a/src/Sockets/UdpSocket.cpp
+++ b/src/Sockets/UdpSocket.cpp
@@ -36,6 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <errno.h>
#endif
+#include <cstring>
#include "ISocketHandler.h"
#include "UdpSocket.h"
#include "Utility.h"