Add missing include

This commit is contained in:
Vikram Rajkumar 2015-08-03 10:20:37 -04:00
parent d139601430
commit 4c9a6b6dab

View file

@ -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