mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:17:40 +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 "Agent.h"
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
#include <cstring>
|
||||||
#include "UDPSocket.h"
|
#include "UDPSocket.h"
|
||||||
|
|
||||||
Agent::Agent() {
|
Agent::Agent() {
|
||||||
|
|
Loading…
Reference in a new issue