mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 20:44:02 +08:00 
			
		
		
		
	common_funcs: Replace <algorithm> with <iterator>
This commit is contained in:
		
							parent
							
								
									290afc00d3
								
							
						
					
					
						commit
						eb1e3f19bb
					
				@ -4,8 +4,8 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
#include <array>
 | 
			
		||||
#include <iterator>
 | 
			
		||||
 | 
			
		||||
#if !defined(ARCHITECTURE_x86_64)
 | 
			
		||||
#include <cstdlib> // for exit
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user