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

@@ -2,6 +2,7 @@
#include "ui/nvg_util.hpp"
#include "app.hpp"
#include "log.hpp"
#include <algorithm>
namespace sphaira::ui {