Migration to another compiler version and older cmake

This commit is contained in:
Ilya Volchenkov
2025-08-28 15:58:35 +03:00
parent 7a791e5c46
commit 66838ed37e
4 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
#include <vector>
#include <queue>
#include <set>
#include <cstddef>
#include <tuple>
namespace {
struct Coord {