mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	common/logging: Reduce scope of fmt include
This commit is contained in:
		
							parent
							
								
									8f51dd9513
								
							
						
					
					
						commit
						aa39430e2c
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ | ||||||
| #pragma once | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <type_traits> | #include <type_traits> | ||||||
| #include <fmt/format.h> | #include <fmt/core.h> | ||||||
| 
 | 
 | ||||||
| // adapted from https://github.com/fmtlib/fmt/issues/2704
 | // adapted from https://github.com/fmtlib/fmt/issues/2704
 | ||||||
| // a generic formatter for enum classes
 | // a generic formatter for enum classes
 | ||||||
|  |  | ||||||
|  | @ -3,6 +3,7 @@ | ||||||
| // Refer to the license.txt file included.
 | // Refer to the license.txt file included.
 | ||||||
| 
 | 
 | ||||||
| #include <array> | #include <array> | ||||||
|  | #include <stdexcept> | ||||||
| #include <utility> | #include <utility> | ||||||
| #include <vector> | #include <vector> | ||||||
| #include "common/logging/log.h" | #include "common/logging/log.h" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue