Add missing include
This commit is contained in:
parent
d139601430
commit
4c9a6b6dab
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <fc/crypto/rand.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
static void check_randomness( const char* buffer, size_t len ) {
|
||||
if (len == 0) { return; }
|
||||
// count bit runs and 0's / 1's
|
||||
|
|
|
|||
Loading…
Reference in a new issue