From 91dc28b2e6e1e81b69c33aa7e1bca061e823a1a9 Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Tue, 16 Sep 2025 21:00:30 +0200 Subject: [PATCH] fix: missing include --- server/src/utils/endswith.hpp | 1 + 1 file changed, 1 insertion(+) 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) {