aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Hofrichter <joerg.hofrichter@ni.com>2024-04-17 13:59:19 +0200
committerjoergho <48011876+joergho@users.noreply.github.com>2024-04-17 15:13:46 +0200
commitc4863b9b9f8b639260f7797157e8ac4dd81fef93 (patch)
tree6e16c229c16e631260027b2d7ba38e994dc4e7f3
parentubx: update ubx xcvr mode options (diff)
downloaduhd-c4863b9b9f8b639260f7797157e8ac4dd81fef93.tar.xz
uhd-c4863b9b9f8b639260f7797157e8ac4dd81fef93.zip
fix compilation with boost 1.85.0
The header boost/filesystem/convenience.hpp was removed with boost 1.85.0 The deprecated extension-related functions were already replaced with commit ea586168c596d13d05d145832519755794649ba0
-rw-r--r--host/lib/usrp/mpmd/mpmd_image_loader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_image_loader.cpp b/host/lib/usrp/mpmd/mpmd_image_loader.cpp
index ba0f45fad..9824bbf4d 100644
--- a/host/lib/usrp/mpmd/mpmd_image_loader.cpp
+++ b/host/lib/usrp/mpmd/mpmd_image_loader.cpp
@@ -21,7 +21,6 @@
#include <boost/algorithm/string.hpp>
#include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp>
-#include <boost/filesystem/convenience.hpp>
#include <boost/optional.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <cctype>