From 47cdd6319c74a7b823843aad5ff3fa370ed1e6ef Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 27 Jun 2017 19:06:50 -0700 Subject: uhd: Replaced many lexical_cast with appropriate C++11 equivalents --- host/utils/converter_benchmark.cpp | 1 + host/utils/uhd_find_devices.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils') diff --git a/host/utils/converter_benchmark.cpp b/host/utils/converter_benchmark.cpp index ba4819f49..0f0c72370 100644 --- a/host/utils/converter_benchmark.cpp +++ b/host/utils/converter_benchmark.cpp @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include diff --git a/host/utils/uhd_find_devices.cpp b/host/utils/uhd_find_devices.cpp index e74307695..86f272e12 100644 --- a/host/utils/uhd_find_devices.cpp +++ b/host/utils/uhd_find_devices.cpp @@ -17,7 +17,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3