]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include cstdint to get uint64_t 15063/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 20 Jan 2025 10:09:42 +0000 (11:09 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 20 Jan 2025 10:09:42 +0000 (11:09 +0100)
Should fix #15060

pdns/credentials.hh

index 08010a74fd56cf56a2083588232b669eda2eb7e1..042ddb59695791ddcfdfe567b4c548cc39219e21 100644 (file)
@@ -21,7 +21,7 @@
  */
 #pragma once
 
-#include <memory>
+#include <cstdint>
 #include <string>
 
 class SensitiveData