1
0
Fork 0
forked from lthn/blockchain

fix gcc compilation

This commit is contained in:
sowle 2019-09-11 14:32:45 +03:00
parent 9693253847
commit a2d2647840
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -9,6 +9,8 @@
#include <string>
#include <iostream>
#define USE_INSECURE_RANDOM_RPNG_ROUTINES // turns on pseudorandom number generator manupulations for tests
#include "currency_core/currency_basic.h"
#include "currency_core/currency_core.h"
#include "wallet/wallet2.h"