mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 04:28:07 +02:00
include cstring for use of strlen
This commit is contained in:
parent
2ab7bc0d8a
commit
82db78cc67
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include <UDPSocket.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
Loading…
Reference in a new issue