summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorAndrej Rode <mail@andrejro.de>2018-11-10 18:39:06 +0100
committerMartin Braun <martin.braun@ettus.com>2018-11-12 09:18:23 -0800
commit33cfedb34fd0b4c2acfd1fdfbcccb2dfce5f37eb (patch)
treeca44221e3e4d647b1e4471a26d531ff408735dfb /gr-uhd
parentc6718317351fda5ec05a0132358e2907dc6b2394 (diff)
Add missing includes which will fail after reformat
Includes in files depending on these headers will be reordered after reformatting. This change adds the missing includes before that happens.
Diffstat (limited to 'gr-uhd')
-rw-r--r--gr-uhd/lib/gr_uhd_common.h1
1 files changed, 1 insertions, 0 deletions
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>