mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Merge pull request #1745 from kelow/master
fix XS build on Windows #1433 #1681
This commit is contained in:
		
						commit
						56ff776d2d
					
				
					 4 changed files with 5 additions and 4 deletions
				
			
		|  | @ -36,6 +36,7 @@ my $build = Module::Build::WithXSpp->new( | |||
|         cstring | ||||
|         cstdlib | ||||
|         ostream | ||||
| 		sstream | ||||
|     )] | ||||
| ); | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,9 +1,7 @@ | |||
| #ifndef slic3r_Config_hpp_ | ||||
| #define slic3r_Config_hpp_ | ||||
| 
 | ||||
| #include <myinit.h> | ||||
| #include <map> | ||||
| #include <sstream> | ||||
| #include <climits> | ||||
| #include <cstdio> | ||||
| #include <cstdlib> | ||||
|  | @ -11,6 +9,7 @@ | |||
| #include <stdexcept> | ||||
| #include <string> | ||||
| #include <vector> | ||||
| #include <myinit.h> | ||||
| #include "Point.hpp" | ||||
| 
 | ||||
| namespace Slic3r { | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #include "Point.hpp" | ||||
| #include "Line.hpp" | ||||
| #include <cmath> | ||||
| #include <sstream> | ||||
| #include "Point.hpp" | ||||
| #include "Line.hpp" | ||||
| 
 | ||||
| namespace Slic3r { | ||||
| 
 | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ | |||
| #undef seekdir | ||||
| #include <ostream> | ||||
| #include <iostream> | ||||
| #include <sstream> | ||||
| 
 | ||||
| #ifdef SLIC3RXS | ||||
| extern "C" { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci