diff --git a/src/utils/SystemInfo.hpp b/src/utils/SystemInfo.hpp index 16bfa6c..e931419 100644 --- a/src/utils/SystemInfo.hpp +++ b/src/utils/SystemInfo.hpp @@ -5,6 +5,7 @@ #include #include #include +#include namespace Info { std::expected getDistroLogoName(); @@ -21,4 +22,4 @@ namespace Info { std::string mem(); std::string uptime(); std::optional> deLogo(); -}; \ No newline at end of file +};