[generator] Implement hash for OsmElement::Tag

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-11-24 17:34:56 +00:00
parent ce33990c85
commit f6eb060f4f
5 changed files with 20 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
#include "base/stl_helpers.hpp"
#include "base/string_utils.hpp"
#include "3party/ankerl/unordered_dense.h"
#include <sstream>
std::string DebugPrint(OsmElement::EntityType type)