diff options
Diffstat (limited to 'src/lib/tls/msg_client_hello.cpp')
-rw-r--r-- | src/lib/tls/msg_client_hello.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tls/msg_client_hello.cpp b/src/lib/tls/msg_client_hello.cpp index 320d9c0e9..c164f23f6 100644 --- a/src/lib/tls/msg_client_hello.cpp +++ b/src/lib/tls/msg_client_hello.cpp @@ -23,6 +23,8 @@ #include <botan/internal/tls_handshake_io.h> #include <botan/internal/tls_handshake_hash.h> +#include <chrono> + namespace Botan::TLS { enum |