From 547628006a3a8e5d6870f23d673edc12191666ec Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Sun, 23 Mar 2008 11:11:44 +0000 Subject: [PATCH] Serge Belyshev fixed a gcc 4.3 compilation issue, thanks! git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1171 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/aes/dns_random.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/aes/dns_random.cc b/pdns/aes/dns_random.cc index fd77f6a4b..e5aa0cbe2 100644 --- a/pdns/aes/dns_random.cc +++ b/pdns/aes/dns_random.cc @@ -1,5 +1,6 @@ #include "aescpp.h" #include +#include #include #include #include -- 2.40.0