summaryrefslogtreecommitdiffstats
path: root/ext/mplex/lpcmstrm_in.cc
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-22 21:20:06 +0000
committerDavid Schleef <ds@schleef.org>2003-07-22 21:20:06 +0000
commita82f777b09c5fad90a995605d12b203ccdf9c51c (patch)
tree2bfcbe2304d0a28d9afd982af89b56d7d68b9091 /ext/mplex/lpcmstrm_in.cc
parent9cb5104b0a94dda0078a5777c83af98f2b1e2c72 (diff)
downloadgst-plugins-bad-a82f777b09c5fad90a995605d12b203ccdf9c51c.tar.gz
gst-plugins-bad-a82f777b09c5fad90a995605d12b203ccdf9c51c.tar.bz2
gst-plugins-bad-a82f777b09c5fad90a995605d12b203ccdf9c51c.zip
Fix warnings/errors due to missing assert declaration.
Original commit message from CVS: Fix warnings/errors due to missing assert declaration.
Diffstat (limited to 'ext/mplex/lpcmstrm_in.cc')
-rw-r--r--ext/mplex/lpcmstrm_in.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mplex/lpcmstrm_in.cc b/ext/mplex/lpcmstrm_in.cc
index 2e73a625..448094ed 100644
--- a/ext/mplex/lpcmstrm_in.cc
+++ b/ext/mplex/lpcmstrm_in.cc
@@ -28,6 +28,7 @@
#include "audiostrm.hh"
#include "outputstream.hh"
+#include <cassert>