mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Run IWYU. (#208)
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| #define FTXUI_SCREEN_COLOR | ||||
|  | ||||
| #include <stdint.h>  // for uint8_t | ||||
| #include <string>  // for wstring | ||||
| #include <string>    // for wstring | ||||
|  | ||||
| #ifdef RGB | ||||
| // Workaround for wingdi.h (via Windows.h) defining macros that break things. | ||||
| @@ -324,7 +324,7 @@ class Color { | ||||
|  | ||||
| inline namespace literals { | ||||
|  | ||||
| /// @brief Creates a color from a combined hex RGB representation,  | ||||
| /// @brief Creates a color from a combined hex RGB representation, | ||||
| /// e.g. 0x808000_rgb | ||||
| Color operator""_rgb(unsigned long long int combined); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni