Blame 0002-iothread-Include-cstdint.patch

Igor Raits dd0fb7
From ca740a87d86009badba0b4e767836eaee449e0a4 Mon Sep 17 00:00:00 2001
Igor Raits dd0fb7
From: Fabian Homborg <FHomborg@gmail.com>
Igor Raits dd0fb7
Date: Fri, 14 Feb 2020 20:41:17 +0100
Igor Raits dd0fb7
Subject: [PATCH 2/4] iothread: Include cstdint
Igor Raits dd0fb7
Igor Raits dd0fb7
For uint64_t.
Igor Raits dd0fb7
Igor Raits dd0fb7
Needed for some configurations with glibc.
Igor Raits dd0fb7
Igor Raits dd0fb7
Fixes #6604.
Igor Raits dd0fb7
Igor Raits dd0fb7
(cherry picked from commit d80d39dd6a0576e5923184815832b0938356530c)
Igor Raits dd0fb7
---
Igor Raits dd0fb7
 src/iothread.cpp | 1 +
Igor Raits dd0fb7
 1 file changed, 1 insertion(+)
Igor Raits dd0fb7
Igor Raits dd0fb7
diff --git a/src/iothread.cpp b/src/iothread.cpp
Igor Raits dd0fb7
index 21017fbe7..9e252260b 100644
Igor Raits dd0fb7
--- a/src/iothread.cpp
Igor Raits dd0fb7
+++ b/src/iothread.cpp
Igor Raits dd0fb7
@@ -14,6 +14,7 @@
Igor Raits dd0fb7
 
Igor Raits dd0fb7
 #include <atomic>
Igor Raits dd0fb7
 #include <condition_variable>
Igor Raits dd0fb7
+#include <cstdint> // for uint64_t
Igor Raits dd0fb7
 #include <functional>
Igor Raits dd0fb7
 #include <queue>
Igor Raits dd0fb7
 
Igor Raits dd0fb7
-- 
Igor Raits dd0fb7
2.25.0
Igor Raits dd0fb7