summaryrefslogtreecommitdiff
path: root/src/network/tcp_socket_handler.cpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-10-04 21:25:27 +0200
committerlouiz’ <louiz@louiz.org>2017-10-04 21:51:58 +0200
commitc5a02685361b95042d5c2ada58cba851bc1cc37a (patch)
treebc6c7fa63fe490d946c49a8e2e32550fc884fb56 /src/network/tcp_socket_handler.cpp
parent1c3d4f6f5fdf5829e931770523251abe9522914b (diff)
downloadbiboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.tar.gz
biboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.tar.bz2
biboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.tar.xz
biboumi-c5a02685361b95042d5c2ada58cba851bc1cc37a.zip
Explicitely include all needed botan headers
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
Diffstat (limited to 'src/network/tcp_socket_handler.cpp')
-rw-r--r--src/network/tcp_socket_handler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/tcp_socket_handler.cpp b/src/network/tcp_socket_handler.cpp
index 6239162..343ec56 100644
--- a/src/network/tcp_socket_handler.cpp
+++ b/src/network/tcp_socket_handler.cpp
@@ -13,6 +13,7 @@
#ifdef BOTAN_FOUND
# include <botan/hex.h>
+# include <botan/auto_rng.h>
# include <botan/tls_exceptn.h>
# include <config/config.hpp>
# include <utils/dirname.hpp>