diff --git a/server/src/utils/endswith.hpp b/server/src/utils/endswith.hpp index 7fd1082d..9205edec 100644 --- a/server/src/utils/endswith.hpp +++ b/server/src/utils/endswith.hpp @@ -24,6 +24,7 @@ #define TRAINTASTIC_SERVER_UTILS_ENDSWITH_HPP #include +#include constexpr bool endsWith(std::string_view sv, std::string_view suffix) {