mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	add missing include guard for screen/pixel.hpp (#890)
This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
| // Copyright 2024 Arthur Sonzogni. All rights reserved. | ||||
| // Use of this source code is governed by the MIT license that can be found in | ||||
| // the LICENSE file. | ||||
| #ifndef FTXUI_SCREEN_PIXEL_HPP | ||||
| #define FTXUI_SCREEN_PIXEL_HPP | ||||
|  | ||||
| #include <cstdint>                 // for uint8_t | ||||
| #include <string>                  // for string, basic_string, allocator | ||||
| @@ -46,3 +48,5 @@ struct Pixel { | ||||
| }; | ||||
|  | ||||
| }  // namespace ftxui | ||||
|  | ||||
| #endif // FTXUI_SCREEN_PIXEL_HPP | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 LiAuTraver
					LiAuTraver