fix: missing include
Dieser Commit ist enthalten in:
Ursprung
ed5eeabd25
Commit
91dc28b2e6
@ -24,6 +24,7 @@
|
||||
#define TRAINTASTIC_SERVER_UTILS_ENDSWITH_HPP
|
||||
|
||||
#include <string_view>
|
||||
#include <span>
|
||||
|
||||
constexpr bool endsWith(std::string_view sv, std::string_view suffix)
|
||||
{
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren