Skip to content

Commit

Permalink
Add explicit include for boost/filesystem/directory.hpp (PR#13796 by @…
Browse files Browse the repository at this point in the history
…jmickelin, fixes #13795):

This mends the build process on distros with a boost version of 1.85
and above.
  • Loading branch information
jmickelin authored and lukasmatena committed Dec 20, 2024
1 parent 0ae4b86 commit 541a0fd
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 541a0fd

Please sign in to comment.