fix building for gcc 15

This commit is contained in:
ITotalJustice
2025-05-11 03:00:04 +01:00
parent 20e2d85843
commit 441807bc53
10 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
#include "i18n.hpp"
#include "ftpsrv_helper.hpp"
#include <cstring>
#include <algorithm>
namespace sphaira::ui::menu::ftp {
namespace {