aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/msg_session_ticket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tls/msg_session_ticket.cpp')
-rw-r--r--src/lib/tls/msg_session_ticket.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/tls/msg_session_ticket.cpp b/src/lib/tls/msg_session_ticket.cpp
index 7a24c9dbd..28204958f 100644
--- a/src/lib/tls/msg_session_ticket.cpp
+++ b/src/lib/tls/msg_session_ticket.cpp
@@ -5,10 +5,11 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/internal/tls_messages.h>
-#include <botan/internal/tls_extensions.h>
+#include <botan/tls_messages.h>
+#include <botan/tls_extensions.h>
#include <botan/internal/tls_reader.h>
#include <botan/internal/tls_handshake_io.h>
+#include <botan/internal/tls_handshake_hash.h>
#include <botan/loadstor.h>
namespace Botan {