Run IWYU. (#208)

This commit is contained in:
Arthur Sonzogni
2021-09-16 20:45:26 +02:00
committed by GitHub
parent 37b44e7557
commit 2c84f0cf1a
21 changed files with 107 additions and 100 deletions

View File

@@ -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);