mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Use IWYU.
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #ifndef FTXUI_SCREEN_COLOR | ||||
| #define FTXUI_SCREEN_COLOR | ||||
|  | ||||
| #include <cstdint> | ||||
| #include <string> | ||||
| #include <stdint.h>  // for uint8_t | ||||
| #include <string>    // for wstring | ||||
|  | ||||
| #ifdef RGB | ||||
| // Workaround for wingdi.h (via Windows.h) defining macros that break things. | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| #ifndef FTXUI_SCREEN_COLOR_INFO_HPP | ||||
| #define FTXUI_SCREEN_COLOR_INFO_HPP | ||||
|  | ||||
| #include <stdint.h> | ||||
| #include <ftxui/screen/color.hpp> | ||||
|  | ||||
| namespace ftxui { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni