mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fixed missing includes in PostProcessor.cpp
Fixes https://github.com/prusa3d/Slic3r/issues/1679
This commit is contained in:
		
							parent
							
								
									13f0da3ace
								
							
						
					
					
						commit
						3e28905621
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
#include "PostProcessor.hpp"
 | 
			
		||||
 | 
			
		||||
#include <boost/algorithm/string.hpp>
 | 
			
		||||
#include <boost/log/trivial.hpp>
 | 
			
		||||
#include <boost/filesystem.hpp>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -133,6 +134,7 @@ static int run_script_win32(const std::string &script, const std::string &gcode)
 | 
			
		|||
#else
 | 
			
		||||
    #include <sys/stat.h> //for getting filesystem UID/GID
 | 
			
		||||
    #include <unistd.h> //for getting current UID/GID
 | 
			
		||||
    #include <boost/process.hpp>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
namespace Slic3r {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue