From: Peter van Dijk Date: Thu, 19 Nov 2015 11:27:57 +0000 (+0100) Subject: make std::accumulate visible on osx/clang X-Git-Tag: dnsdist-1.0.0-alpha1~210^2~8^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f26ac3adbda59ae8b07e52ddfd6783a4d509d1f;p=thirdparty%2Fpdns.git make std::accumulate visible on osx/clang --- diff --git a/pdns/test-dnsname_cc.cc b/pdns/test-dnsname_cc.cc index 7758f28087..aa506b4364 100644 --- a/pdns/test-dnsname_cc.cc +++ b/pdns/test-dnsname_cc.cc @@ -2,6 +2,7 @@ #define BOOST_TEST_NO_MAIN #include #include +#include #include "dnsname.hh" #include "misc.hh" #include "dnswriter.hh"