mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fixed missing includes in PostProcessor.cpp
Fixes https://github.com/prusa3d/Slic3r/issues/1679
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#include "PostProcessor.hpp"
|
#include "PostProcessor.hpp"
|
||||||
|
|
||||||
|
#include <boost/algorithm/string.hpp>
|
||||||
#include <boost/log/trivial.hpp>
|
#include <boost/log/trivial.hpp>
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
|
||||||
@@ -133,6 +134,7 @@ static int run_script_win32(const std::string &script, const std::string &gcode)
|
|||||||
#else
|
#else
|
||||||
#include <sys/stat.h> //for getting filesystem UID/GID
|
#include <sys/stat.h> //for getting filesystem UID/GID
|
||||||
#include <unistd.h> //for getting current UID/GID
|
#include <unistd.h> //for getting current UID/GID
|
||||||
|
#include <boost/process.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|||||||
Reference in New Issue
Block a user