mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	gcc 11 compatibility fix (suggestion) (#5778)
Fixes missing include and runtime variable in offsetof * gcc 11 compatibility fix * Revert "gcc 11 compatibility fix" This reverts commit bf5711d944bbdf7b5663ba4fec1b9066f16e2bb2. * gcc 11 compatibility fix (with pointer math) * Don't require pointers for framebuffer field math * Code style fix (clang-format)
This commit is contained in:
		
							parent
							
								
									6e16081b6a
								
							
						
					
					
						commit
						a2f34ea82b
					
				
					 3 changed files with 23 additions and 14 deletions
				
			
		|  | @ -9,6 +9,7 @@ | |||
| #include <atomic> | ||||
| #include <cstddef> | ||||
| #include <cstring> | ||||
| #include <limits> | ||||
| #include <new> | ||||
| #include <type_traits> | ||||
| #include <vector> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue