mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Fix build on newest MSVC
This commit is contained in:
		
							
								
								
									
										3
									
								
								Global.h
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Global.h
									
									
									
									
									
								
							| @@ -116,11 +116,12 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 byte in size."); | ||||
| #include <atomic> | ||||
| #include <bitset> | ||||
| #include <cassert> | ||||
| #include <chrono> | ||||
| #include <climits> | ||||
| #include <cmath> | ||||
| #include <codecvt> | ||||
| #include <cstdlib> | ||||
| #include <cstdio> | ||||
| #include <cstdlib> | ||||
| #include <fstream> | ||||
| #include <functional> | ||||
| #include <iomanip> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user