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:
Jonne Mickelin 2024-12-19 13:45:00 +01:00 committed by Lukas Matena
parent 0ae4b86103
commit 541a0fdffe

View File

@ -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"