include cstring for memcpy in Agent class

This commit is contained in:
Stephen Birarda 2013-02-21 14:55:43 -08:00
parent 27c4702c7e
commit 008223b847

View file

@ -8,6 +8,7 @@
#include "Agent.h"
#include <arpa/inet.h>
#include <cstring>
#include "UDPSocket.h"
Agent::Agent() {