From 66df76097953ecd3ea7e0154049da949f2306743 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 14 Jan 2019 13:34:13 -0800 Subject: includes: Make sure BOOST_VERSION is always available Boost changed the includes, and boost/version.hpp was being implicitly imported. This makes the include explicit. --- host/include/uhd/config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host') diff --git a/host/include/uhd/config.hpp b/host/include/uhd/config.hpp index 0f619c94a..e7b48e5d8 100644 --- a/host/include/uhd/config.hpp +++ b/host/include/uhd/config.hpp @@ -9,6 +9,7 @@ #define INCLUDED_UHD_CONFIG_HPP #include +#include #ifdef BOOST_MSVC // suppress warnings -- cgit v1.2.3