https://bugs.gentoo.org/964933 https://github.com/jstkdng/ueberzugpp/pull/268 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,4 +23,10 @@ #include +#include +#if (CLI11_VERSION_MAJOR >= 3) || (CLI11_VERSION_MAJOR == 2 && CLI11_VERSION_MINOR >= 6) +// CLI11 2.6.0 and beyond requires this header file for the CLI::IsMember validator. +#include +#endif + #include "application.hpp" #include "flags.hpp"