Skip to content

Commit e65e27b

Browse files
committed
xrCore/Crypto/xr_dsa_signer: add missing include.
1 parent 4dc7572 commit e65e27b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xrCore/Crypto/xr_dsa_signer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "stdafx.h"
22
#include "xr_dsa_signer.h"
3+
#include <ctime>
34

45
xr_dsa_signer::xr_dsa_signer(u8 const p_number[crypto::xr_dsa::public_key_length],
56
u8 const q_number[crypto::xr_dsa::private_key_length],

0 commit comments

Comments
 (0)