From 97d8fa856fb166079054bf2558131857f0702ecf Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 30 Jan 2015 12:20:36 +0100 Subject: uhd: Fixed build failure for metadata.hpp on Windows --- host/include/uhd/types/metadata.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/types/metadata.hpp b/host/include/uhd/types/metadata.hpp index 51a2b7c43..c4fe00271 100644 --- a/host/include/uhd/types/metadata.hpp +++ b/host/include/uhd/types/metadata.hpp @@ -21,6 +21,7 @@ #include #include #include +#include namespace uhd{ @@ -120,8 +121,8 @@ namespace uhd{ /*! * Convert a rx_metadata_t into a pretty print string. - * - * \param compact Set to false for a more verbose output. + * + * \param compact Set to false for a more verbose output. * \return a printable string representing the metadata. */ std::string to_pp_string(bool compact=true) const; @@ -130,7 +131,7 @@ namespace uhd{ * Similar to C's strerror() function, creates a std::string describing the error code. * \return a printable string representing the error. */ - std::string strerror(void) const; + std::string strerror(void) const; }; /*! -- cgit v1.2.3