Skip to content

Commit 5b506dd

Browse files
authored
Add import to support latest NDK
To fix the "Can't resolve variable 'memset'" errors that were happening after upgrading to latest Android Studio and NDK.
1 parent 89b7010 commit 5b506dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Superpowered/AndroidIO/SuperpoweredAndroidAudioIO.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <pthread.h>
66
#include <unistd.h>
77
#include <stdlib.h>
8+
#include <cstring>
89

910
#define NUM_CHANNELS 2
1011

0 commit comments

Comments
 (0)