mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
add missing cstring include for memcpy
This commit is contained in:
parent
9e43868191
commit
a3411b2044
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