]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include cstdint to get uint64_t 15770/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 20 Jan 2025 10:09:42 +0000 (11:09 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Wed, 2 Jul 2025 12:25:46 +0000 (14:25 +0200)
Should fix #15060

(cherry picked from commit 23dd0603511f7b34f43e8d6c121aa4277d2cb317)

pdns/credentials.hh

index 6762b1a845116d6247bfb9daa835b1083f0c8bda..51c4330d214d0f30351fdeb31e3689a3d7afa1c2 100644 (file)
@@ -21,7 +21,7 @@
  */
 #pragma once
 
-#include <memory>
+#include <cstdint>
 #include <string>
 
 class SensitiveData