Include cstring header for memset()
This commit is contained in:
parent
29be6da54a
commit
298f6be9bf
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
#include "globals.h"
|
||||
#include "os/os.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
Error AudioDriverAO::init() {
|
||||
|
||||
active = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue