aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pcm/PcmDsd.cxx1
-rw-r--r--src/pcm/PcmResample.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/pcm/PcmDsd.cxx b/src/pcm/PcmDsd.cxx
index e2f5aac20..096c5464a 100644
--- a/src/pcm/PcmDsd.cxx
+++ b/src/pcm/PcmDsd.cxx
@@ -25,6 +25,7 @@
#include <algorithm>
+#include <assert.h>
#include <string.h>
PcmDsd::PcmDsd()
diff --git a/src/pcm/PcmResample.hxx b/src/pcm/PcmResample.hxx
index 8699597c1..db0bbff8d 100644
--- a/src/pcm/PcmResample.hxx
+++ b/src/pcm/PcmResample.hxx
@@ -22,6 +22,7 @@
#include "check.h"
#include "PcmBuffer.hxx"
+#include "gerror.h"
#include <stdint.h>
#include <stddef.h>