summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Škarvada <jskarvad@redhat.com>2013-06-28 06:38:54 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-06-28 06:38:54 -0700
commit5c798fdc15edba3d41ade3a1656ef3d13d02bbf9 (patch)
treee7a09643e65d6f6814fdcf4ac07003ab702183d6
parent0dbc9b2526d42e101dc4f1a5ba87fc89967c3a74 (diff)
channels: fix missing include file
-rw-r--r--gr-channels/lib/flat_fader_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-channels/lib/flat_fader_impl.h b/gr-channels/lib/flat_fader_impl.h
index 766ac43d89..08c55db3ed 100644
--- a/gr-channels/lib/flat_fader_impl.h
+++ b/gr-channels/lib/flat_fader_impl.h
@@ -25,6 +25,7 @@
#include <gnuradio/io_signature.h>
#include <iostream>
+#include <stdint.h>
#include <boost/format.hpp>
#include <boost/random.hpp>