diff --git a/src/icon.h b/src/icon.h index 92dde15..7d84b34 100644 --- a/src/icon.h +++ b/src/icon.h @@ -2,6 +2,8 @@ // system includes #include +#include +#include namespace espgui { template @@ -11,5 +13,7 @@ struct Icon static constexpr auto HEIGHT=height; const unsigned short buffer[width*height]; + std::optional name{std::nullopt}; + }; } // namespace espgui