mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
add missing cstring include for memcpy
This commit is contained in:
parent
719af3b9e6
commit
ce1d1edd11
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <PacketHeaders.h>
|
||||
|
||||
#include "InjectedAudioRingBuffer.h"
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <PacketHeaders.h>
|
||||
|
||||
#include "PositionalAudioRingBuffer.h"
|
||||
|
|
Loading…
Reference in a new issue