diff options
author | Frank Schoenmann <[email protected]> | 2017-10-25 15:34:59 +0200 |
---|---|---|
committer | Frank Schoenmann <[email protected]> | 2017-10-25 15:34:59 +0200 |
commit | a07a22449a97d8734944566be01ee76cb817b846 (patch) | |
tree | c62003bb926d7eb69a730a39f697a897946c936d /src | |
parent | 03f469365aebd6b9a10026bc31144849466d19c1 (diff) |
Added missing include.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tls/msg_client_kex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tls/msg_client_kex.cpp b/src/lib/tls/msg_client_kex.cpp index 3d2f72e1c..742fee6b5 100644 --- a/src/lib/tls/msg_client_kex.cpp +++ b/src/lib/tls/msg_client_kex.cpp @@ -7,6 +7,7 @@ #include <botan/tls_messages.h> #include <botan/tls_extensions.h> +#include <botan/oids.h> #include <botan/rng.h> #include <botan/internal/tls_reader.h> |