mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-29 08:41:22 +00:00 
			
		
		
		
	fix build on windows
This commit is contained in:
		| @@ -29,6 +29,7 @@ | |||||||
| #include <limits> | #include <limits> | ||||||
| #include <array> | #include <array> | ||||||
| #include <numeric> | #include <numeric> | ||||||
|  | #include <functional> | ||||||
|  |  | ||||||
| struct clip_logger_state g_logger_state = {GGML_LOG_LEVEL_CONT, clip_log_callback_default, NULL}; | struct clip_logger_state g_logger_state = {GGML_LOG_LEVEL_CONT, clip_log_callback_default, NULL}; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Xuan Son Nguyen
					Xuan Son Nguyen