mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
include cstring for memcpy in AgentList
This commit is contained in:
parent
1e2876ce75
commit
3df93804d1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue