From c5a02685361b95042d5c2ada58cba851bc1cc37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 4 Oct 2017 21:25:27 +0200 Subject: Explicitely include all needed botan headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most importantely, include parsing.h, since read_cfg is not implicitely included anymore in botan 2.3, and that does not compile. Also do not included botan.h anymore, since it’s deprecated in botan 2.3 fix #3296 --- src/network/tls_policy.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/tls_policy.cpp') diff --git a/src/network/tls_policy.cpp b/src/network/tls_policy.cpp index 5439397..b88eb88 100644 --- a/src/network/tls_policy.cpp +++ b/src/network/tls_policy.cpp @@ -8,6 +8,8 @@ #include #include +#include +#include bool BiboumiTLSPolicy::load(const std::string& filename) { -- cgit v1.2.3