mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
Thanks to jospezial for rebasing the build system patch. Closes: https://bugs.gentoo.org/938111 Signed-off-by: Sam James <sam@gentoo.org>
20 lines
474 B
Diff
20 lines
474 B
Diff
https://gitlab.com/mdds/mdds/-/commit/7c414ddc0bd2fae590cc09944579e90d822d9e0b
|
|
|
|
From 7c414ddc0bd2fae590cc09944579e90d822d9e0b Mon Sep 17 00:00:00 2001
|
|
From: Gwyn Ciesla <gwync@protonmail.com>
|
|
Date: Tue, 28 Jan 2025 13:33:22 -0600
|
|
Subject: [PATCH] Fix build with most recent gcc/glibc
|
|
|
|
--- a/include/mdds/trie_map.hpp
|
|
+++ b/include/mdds/trie_map.hpp
|
|
@@ -37,6 +37,7 @@
|
|
#include <map>
|
|
#include <memory>
|
|
#include <limits>
|
|
+#include <cstdint>
|
|
|
|
namespace mdds {
|
|
|
|
--
|
|
GitLab
|