diff options
Diffstat (limited to 'src/lib/tls/msg_finished.cpp')
-rw-r--r-- | src/lib/tls/msg_finished.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/tls/msg_finished.cpp b/src/lib/tls/msg_finished.cpp index 18398e48b..f00311729 100644 --- a/src/lib/tls/msg_finished.cpp +++ b/src/lib/tls/msg_finished.cpp @@ -5,8 +5,9 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include <botan/internal/tls_messages.h> +#include <botan/tls_messages.h> #include <botan/internal/tls_handshake_io.h> +#include <botan/internal/tls_handshake_state.h> namespace Botan { |