1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-12 20:25:26 +01:00

Make UniqueQueue use unordered_set

This commit is contained in:
sfan5
2025-12-23 12:42:03 +01:00
parent 8883c4cb23
commit 8d1db8413f
3 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
#include <functional>
#include <vector>
#include <set>
#include "../activeobjectmgr.h"
#include "serveractiveobject.h"
#include "util/k_d_tree.h"