aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-09-06 15:35:01 -0700
committerMartin Braun <martin.braun@ettus.com>2019-09-09 08:36:19 -0700
commitc350eb5a6c0ead8bb9fc75d8db84406b4a465eec (patch)
tree56cf713e296864de8e5db26c1a96654eb7d3d2bf
parentrfnoc: Read cmd FIFO size from blocks & configure ctrl_iface (diff)
downloaduhd-c350eb5a6c0ead8bb9fc75d8db84406b4a465eec.tar.xz
uhd-c350eb5a6c0ead8bb9fc75d8db84406b4a465eec.zip
uhd: include: Add <string> to headers where it was missing
-rw-r--r--host/include/uhd/transport/usb_device_handle.hpp3
-rw-r--r--host/include/uhd/types/serial.hpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/host/include/uhd/transport/usb_device_handle.hpp b/host/include/uhd/transport/usb_device_handle.hpp
index adf7d8985..a4eeae510 100644
--- a/host/include/uhd/transport/usb_device_handle.hpp
+++ b/host/include/uhd/transport/usb_device_handle.hpp
@@ -10,9 +10,10 @@
#include <uhd/config.hpp>
#include <uhd/utils/noncopyable.hpp>
+#include <stdint.h>
#include <boost/shared_ptr.hpp>
+#include <string>
#include <vector>
-#include <stdint.h>
namespace uhd { namespace transport {
diff --git a/host/include/uhd/types/serial.hpp b/host/include/uhd/types/serial.hpp
index b68c68870..82d2f6070 100644
--- a/host/include/uhd/types/serial.hpp
+++ b/host/include/uhd/types/serial.hpp
@@ -11,6 +11,7 @@
#include <uhd/config.hpp>
#include <stdint.h>
#include <boost/shared_ptr.hpp>
+#include <string>
#include <vector>
namespace uhd {