From 66bafd13f0977be5df7d9881dd9186882b9cfc93 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Fri, 29 Apr 2022 12:01:51 +0200 Subject: [PATCH] Add missing include --- pdns/test-signers.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/test-signers.cc b/pdns/test-signers.cc index 6aa72f091e..58e9494504 100644 --- a/pdns/test-signers.cc +++ b/pdns/test-signers.cc @@ -13,6 +13,7 @@ #include "misc.hh" #include +#include BOOST_AUTO_TEST_SUITE(test_signers) -- 2.47.2