From: Otto Moerbeek Date: Mon, 20 Jan 2025 10:09:42 +0000 (+0100) Subject: Include cstdint to get uint64_t X-Git-Tag: dnsdist-2.0.0-alpha1~155^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15063%2Fhead;p=thirdparty%2Fpdns.git Include cstdint to get uint64_t Should fix #15060 --- 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