Merge pull request #235 from Kistelini/master

Fix missing include in sndio plugin
This commit is contained in:
casey langen 2019-01-27 13:02:24 -08:00 committed by GitHub
commit 6b06814117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
#include <math.h>
#include <limits.h>
#include <iostream>
#include <functional>
#define BUFFER_COUNT 16
#define ERROR(str) std::cerr << "SndioOut Error: " << str << "\n";