mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 23:46:29 +02:00
add missing cstring include for memcpy
This commit is contained in:
parent
68c978cfde
commit
df1186660b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
#include "AudioRingBuffer.h"
|
||||
|
||||
AudioRingBuffer::AudioRingBuffer() {
|
||||
|
|
Loading…
Reference in a new issue