Skip to content

Commit

Permalink
Add explicit include for boost/filesystem/directory.hpp
Browse files Browse the repository at this point in the history
This mends the build process on distros with a boost version of 1.85
and above.

Fixes prusa3d#13795
  • Loading branch information
jmickelin committed Dec 19, 2024
1 parent 33e6952 commit 2740476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/Config/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <cctype>

#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/directory.hpp>
#include <boost/nowide/fstream.hpp>

#include "libslic3r/libslic3r.h"
Expand Down

0 comments on commit 2740476

Please sign in to comment.