Fix missing include in sndio plugin

This commit is contained in:
Christian Buschau 2019-01-24 12:35:38 +01:00
parent 804a6d4195
commit b1af34ec73
No known key found for this signature in database
GPG Key ID: 74B8EC7053894AC4

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";