prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.39k stars 1.87k forks source link

Remove boost/filesystem/convenience.hpp include #12652

Closed bnavigator closed 1 day ago

bnavigator commented 3 weeks ago

Boost 1.85 removed filesystem/convenience.hpp

Commit 611afd97895a092bc226c11b373b1451cf0f4171 already replaced the deprecated function basename() consumed from it, but the header include is still there and causes a build with boost 1.85 to fail.

lukasmatena commented 1 day ago

Thanks a lot. Merged into private development branch to become a part of the next release. Closing.