add missing includes

This commit is contained in:
Max Kellermann
2013-08-07 18:17:06 +02:00
parent d86ee93801
commit 870cc1d928
5 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <algorithm>
#include <assert.h>
#include <string.h>
PcmDsd::PcmDsd()

View File

@@ -22,6 +22,7 @@
#include "check.h"
#include "PcmBuffer.hxx"
#include "gerror.h"
#include <stdint.h>
#include <stddef.h>