From 9fb6a0776bbd92abfb89e4d2a09ca96902c95b30 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 20 Jan 2025 11:09:42 +0100 Subject: [PATCH] Include cstdint to get uint64_t Should fix #15060 (cherry picked from commit 23dd0603511f7b34f43e8d6c121aa4277d2cb317) --- pdns/credentials.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/credentials.hh b/pdns/credentials.hh index 08010a74fd..042ddb5969 100644 --- a/pdns/credentials.hh +++ b/pdns/credentials.hh @@ -21,7 +21,7 @@ */ #pragma once -#include +#include #include class SensitiveData -- 2.47.2