lib/alsa/PeriodBuffer: add missing include

This commit is contained in:
Max Kellermann 2019-06-27 15:34:40 +02:00
parent 127b464c59
commit e9190f4249

View File

@ -24,6 +24,7 @@
#include <algorithm>
#include <assert.h>
#include <stdint.h>
namespace Alsa {