From 008223b847693a2dadb339c8b28cc3fb697da3e1 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 21 Feb 2013 14:55:43 -0800 Subject: [PATCH] include cstring for memcpy in Agent class --- shared/src/Agent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/src/Agent.cpp b/shared/src/Agent.cpp index f342250ec0..2eef5c4423 100644 --- a/shared/src/Agent.cpp +++ b/shared/src/Agent.cpp @@ -8,6 +8,7 @@ #include "Agent.h" #include +#include #include "UDPSocket.h" Agent::Agent() {