summaryrefslogtreecommitdiff
path: root/gr-digital
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-08-28 10:11:58 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-08-28 10:11:58 -0700
commit933647925708c4349676548705f4e4afcf522926 (patch)
tree4cdfb0e2d92a9d9f93b73778e161b621354fc549 /gr-digital
parent7e312ed50faf64705089ee550000efd34c719c57 (diff)
digital: fix missing include
Diffstat (limited to 'gr-digital')
-rw-r--r--gr-digital/lib/clock_recovery_mm_cc_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/lib/clock_recovery_mm_cc_impl.cc b/gr-digital/lib/clock_recovery_mm_cc_impl.cc
index 28376f8e5f..168d9f7772 100644
--- a/gr-digital/lib/clock_recovery_mm_cc_impl.cc
+++ b/gr-digital/lib/clock_recovery_mm_cc_impl.cc
@@ -29,6 +29,7 @@
#include <gr_prefs.h>
#include <gr_math.h>
#include <stdexcept>
+#include <iostream>
namespace gr {
namespace digital {