diff options
author | David Schleef <ds@schleef.org> | 2003-07-22 21:20:06 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-22 21:20:06 +0000 |
commit | a82f777b09c5fad90a995605d12b203ccdf9c51c (patch) | |
tree | 2bfcbe2304d0a28d9afd982af89b56d7d68b9091 /ext/mplex/lpcmstrm_in.cc | |
parent | 9cb5104b0a94dda0078a5777c83af98f2b1e2c72 (diff) | |
download | gst-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.cc | 1 |
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> |