mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Fix mcut for GCC 13
GCC 13 requires an explicit #include <cstdint> for the std::uint32_t data type used by this file. Adding this include allows for the whole project to successfully be compiled on GCC 13
This commit is contained in:
		
							parent
							
								
									fa9eff2804
								
							
						
					
					
						commit
						85f3145ea5
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -31,6 +31,7 @@ | |||
| #include <map> | ||||
| #include <memory> | ||||
| #include <vector> | ||||
| #include <cstdint> | ||||
| 
 | ||||
| template <typename T> | ||||
| class descriptor_t_ { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Arsalan Afzal
						Arsalan Afzal