aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmResample.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 18:17:06 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 18:23:55 +0200
commit870cc1d928c524ebce7969ac1a0c95c6e5f2d9c7 (patch)
tree14be2ea335350afe204bc4a200337cd0810eff0b /src/pcm/PcmResample.hxx
parentd86ee93801aed64e9eaf16849b7b008e0089b0c9 (diff)
downloadmpd-870cc1d928c524ebce7969ac1a0c95c6e5f2d9c7.tar.gz
mpd-870cc1d928c524ebce7969ac1a0c95c6e5f2d9c7.tar.xz
mpd-870cc1d928c524ebce7969ac1a0c95c6e5f2d9c7.zip
add missing includes
Diffstat (limited to '')
-rw-r--r--src/pcm/PcmResample.hxx1
1 files changed, 1 insertions, 0 deletions
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>