mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Fix missing u32 and LOG_TRACE includes (#7207)
				
					
				
			This fixes a compile-error with gcc I was getting from `LOG_TRACE`(`error: ‘LOG_TRACE’ was not declared in this scope`) and `u32`(`error: ‘u32’ was not declared in this scope`) being used without their header-files being included. Not sure how `romfs_reader.cpp` is even compiling when nothing in its include-tree is refers to those macros.
This commit is contained in:
		
							parent
							
								
									09b36c589b
								
							
						
					
					
						commit
						68e6a2185d
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -3,6 +3,7 @@ | |||
| #include <cryptopp/aes.h> | ||||
| #include <cryptopp/modes.h> | ||||
| #include "common/archives.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "core/file_sys/romfs_reader.h" | ||||
| 
 | ||||
| SERIALIZE_EXPORT_IMPL(FileSys::DirectRomFSReader) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue