aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmDsd.cxx
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/PcmDsd.cxx
parentd86ee93801aed64e9eaf16849b7b008e0089b0c9 (diff)
downloadmpd-870cc1d928c524ebce7969ac1a0c95c6e5f2d9c7.tar.gz
mpd-870cc1d928c524ebce7969ac1a0c95c6e5f2d9c7.tar.xz
mpd-870cc1d928c524ebce7969ac1a0c95c6e5f2d9c7.zip
add missing includes
Diffstat (limited to 'src/pcm/PcmDsd.cxx')
-rw-r--r--src/pcm/PcmDsd.cxx1
1 files changed, 1 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()