mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
include cstring for memcpy in Agent class
This commit is contained in:
parent
27c4702c7e
commit
008223b847
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "Agent.h"
|
||||
#include <arpa/inet.h>
|
||||
#include <cstring>
|
||||
#include "UDPSocket.h"
|
||||
|
||||
Agent::Agent() {
|
||||
|
|
Loading…
Reference in a new issue