lib/alsa/Error: add missing #include

This commit is contained in:
aeolio 2021-12-14 09:01:23 +01:00 committed by Max Kellermann
parent 6d4bedfc56
commit 3856224df9

View File

@ -29,6 +29,7 @@
#include "Error.hxx"
#include <stdarg.h>
#include <alsa/error.h>
namespace Alsa {