From d80d39dd6a0576e5923184815832b0938356530c Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 14 Feb 2020 20:41:17 +0100 Subject: [PATCH] iothread: Include cstdint For uint64_t. Needed for some configurations with glibc. Fixes #6604. --- src/iothread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iothread.cpp b/src/iothread.cpp index 8fc54902a..54fddb06a 100644 --- a/src/iothread.cpp +++ b/src/iothread.cpp @@ -14,6 +14,7 @@ #include #include +#include // for uint64_t #include #include