mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:35:04 +02:00
import cstring for memset and memcpy
This commit is contained in:
parent
8e412f7f40
commit
0c570f5ed5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <pthread.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/stat.h>
|
||||
#include <cstring>g
|
||||
#include "Audio.h"
|
||||
#include "Util.h"
|
||||
#include "AudioSource.h"
|
||||
|
|
Loading…
Reference in a new issue