From 603fb7aacdda208c4d38521f9eed81f61f6c7b9b Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Mon, 21 Mar 2016 09:13:45 -0700 Subject: Updated code to work for new minimum dependencies * Removed code referencing now-unsupported versions of Boost * Added includes where needed --- host/utils/converter_benchmark.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/utils/converter_benchmark.cpp') diff --git a/host/utils/converter_benchmark.cpp b/host/utils/converter_benchmark.cpp index 0f38e8518..ddbf50255 100644 --- a/host/utils/converter_benchmark.cpp +++ b/host/utils/converter_benchmark.cpp @@ -1,5 +1,5 @@ // -// Copyright 2015 Ettus Research LLC +// Copyright 2015-2016 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ #include #include #include +#include namespace po = boost::program_options; using namespace uhd::convert; -- cgit v1.2.3