Skip to content

Commit

Permalink
xrCore/Crypto/xr_dsa_signer: add missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 21, 2015
1 parent 4dc7572 commit e65e27b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrCore/Crypto/xr_dsa_signer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "xr_dsa_signer.h"
#include <ctime>

xr_dsa_signer::xr_dsa_signer(u8 const p_number[crypto::xr_dsa::public_key_length],
u8 const q_number[crypto::xr_dsa::private_key_length],
Expand Down

0 comments on commit e65e27b

Please sign in to comment.