Skip to content

Commit

Permalink
fix compilation with boost 1.85.0
Browse files Browse the repository at this point in the history
The header boost/filesystem/convenience.hpp was removed with boost 1.85.0

The deprecated extension-related functions were already replaced with
commit ea58616
  • Loading branch information
joergho committed Apr 17, 2024
1 parent 19f5951 commit c4863b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion host/lib/usrp/mpmd/mpmd_image_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c4863b9

Please sign in to comment.