summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-trellis/include/gnuradio/trellis/interleaver.h1
-rw-r--r--gr-uhd/lib/gr_uhd_common.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/gr-trellis/include/gnuradio/trellis/interleaver.h b/gr-trellis/include/gnuradio/trellis/interleaver.h
index 2147db6600..4dd0beb3a1 100644
--- a/gr-trellis/include/gnuradio/trellis/interleaver.h
+++ b/gr-trellis/include/gnuradio/trellis/interleaver.h
@@ -25,6 +25,7 @@
#include <gnuradio/trellis/api.h>
#include <vector>
+#include <string>
namespace gr {
namespace trellis {
diff --git a/gr-uhd/lib/gr_uhd_common.h b/gr-uhd/lib/gr_uhd_common.h
index f6a0f91cad..590f09b922 100644
--- a/gr-uhd/lib/gr_uhd_common.h
+++ b/gr-uhd/lib/gr_uhd_common.h
@@ -23,6 +23,7 @@
#ifndef INCLUDED_GR_UHD_COMMON_H
#define INCLUDED_GR_UHD_COMMON_H
+#include <uhd/stream.hpp>
#include <uhd/version.hpp>
#include <boost/format.hpp>
#include <stdexcept>