Skip to content

Commit

Permalink
Merge pull request #15063 from omoerbeek/credentials-include
Browse files Browse the repository at this point in the history
Include cstdint to get uint64_t
  • Loading branch information
omoerbeek authored Jan 20, 2025
2 parents 57fb598 + 23dd060 commit 42e5155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/credentials.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
#pragma once

#include <memory>
#include <cstdint>
#include <string>

class SensitiveData
Expand Down

0 comments on commit 42e5155

Please sign in to comment.