mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:35:58 +08:00
Add explicit include for boost/filesystem/directory.hpp (PR#13796 by @jmickelin, fixes #13795):
This mends the build process on distros with a boost version of 1.85 and above.
This commit is contained in:
parent
0ae4b86103
commit
541a0fdffe
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user