summaryrefslogtreecommitdiff
path: root/dev-util/mdds/files/mdds-3.0.0-include.patch
blob: 6bd5477d08ad1820d39405af071f38f901376a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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