1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-01 23:50:22 +02:00

Update some workflows to newer Ubuntu versions (#14668)

This commit is contained in:
sfan5
2024-06-03 20:39:02 +02:00
committed by GitHub
parent ec9c000be9
commit 87232358d3
9 changed files with 45 additions and 52 deletions

View File

@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "exceptions.h"
#include "util/numeric.h"
#include <optional>
#include <algorithm>
std::string ModConfiguration::getUnsatisfiedModsError() const
{