Skip to content

Commit 72f44f0

Browse files
committed
FIX: missing include
1 parent 10ec0aa commit 72f44f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/tls/tls13/tls_transcript_hash_13.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <botan/tls_messages.h>
1313
#include <botan/tls_exceptn.h>
1414

15+
#include <utility>
16+
1517
namespace Botan::TLS {
1618

1719
Transcript_Hash_State::Transcript_Hash_State(const std::string &algo_spec)

0 commit comments

Comments
 (0)