From c350eb5a6c0ead8bb9fc75d8db84406b4a465eec Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 6 Sep 2019 15:35:01 -0700 Subject: uhd: include: Add to headers where it was missing --- host/include/uhd/transport/usb_device_handle.hpp | 3 ++- host/include/uhd/types/serial.hpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'host/include') 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 #include +#include #include +#include #include -#include 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 #include #include +#include #include namespace uhd { -- cgit v1.2.3