add missing cstring include for memcpy

This commit is contained in:
Stephen Birarda 2013-06-06 09:54:28 -07:00
parent 719af3b9e6
commit ce1d1edd11
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,8 @@
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
//
#include <cstring>
#include <PacketHeaders.h>
#include "InjectedAudioRingBuffer.h"

View file

@ -6,6 +6,8 @@
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
//
#include <cstring>
#include <PacketHeaders.h>
#include "PositionalAudioRingBuffer.h"