include cstring for memcpy in AgentList

This commit is contained in:
Stephen Birarda 2013-03-25 16:41:42 -07:00
parent 1e2876ce75
commit 3df93804d1

View file

@ -6,8 +6,9 @@
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
//
#include "AgentList.h"
#include <pthread.h>
#include <cstring>
#include "AgentList.h"
#include "SharedUtil.h"
#ifdef _WIN32