mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:20:05 +00:00 
			
		
		
		
	Fixes for gcc13
This commit is contained in:
		
							parent
							
								
									d8eb96b624
								
							
						
					
					
						commit
						aa0bcd432e
					
				
					 4 changed files with 12 additions and 6 deletions
				
			
		|  | @ -1,5 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <cstdint> | ||||
| #include <string> | ||||
| 
 | ||||
| namespace scwx | ||||
|  | @ -7,7 +8,7 @@ namespace scwx | |||
| namespace common | ||||
| { | ||||
| 
 | ||||
| std::string GetVcpDescription(uint16_t vcp); | ||||
| std::string GetVcpDescription(std::uint16_t vcp); | ||||
| 
 | ||||
| } // namespace common
 | ||||
| } // namespace scwx
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat