mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	Fix: Compile failure due to Microsoft STL breaking change (#11836)
This commit is contained in:
		| @@ -1,5 +1,6 @@ | |||||||
| #include "log.h" | #include "log.h" | ||||||
|  |  | ||||||
|  | #include <chrono> | ||||||
| #include <condition_variable> | #include <condition_variable> | ||||||
| #include <cstdarg> | #include <cstdarg> | ||||||
| #include <cstdio> | #include <cstdio> | ||||||
|   | |||||||
| @@ -3,6 +3,7 @@ | |||||||
| #include "log.h" | #include "log.h" | ||||||
| #include "llama.h" | #include "llama.h" | ||||||
|  |  | ||||||
|  | #include <chrono> | ||||||
| #include <cmath> | #include <cmath> | ||||||
| #include <cstdio> | #include <cstdio> | ||||||
| #include <cstring> | #include <cstring> | ||||||
|   | |||||||
| @@ -3,6 +3,7 @@ | |||||||
| #include "log.h" | #include "log.h" | ||||||
| #include "llama.h" | #include "llama.h" | ||||||
|  |  | ||||||
|  | #include <chrono> | ||||||
| #include <algorithm> | #include <algorithm> | ||||||
| #include <array> | #include <array> | ||||||
| #include <atomic> | #include <atomic> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 JC
					JC