Rbt.cxx: Add missing include --- a/src/lib/Rbt.cxx +++ b/src/lib/Rbt.cxx @@ -15,6 +15,7 @@ #include //For sort #include //For PATH_MAX #include //For getenv +#include //For int types #include //For time functions #include //For directory handling #include //For ifstream @@ -581,4 +582,4 @@ bool Rbt::endsWith (std::string const &fullString, std::string const &ending) { } else { return false; } -} \ No newline at end of file +}