aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {