diff --git a/stepmania/src/crypto51/osrng.h b/stepmania/src/crypto51/osrng.h index 9b7bc200ed..b8e0fdbd69 100644 --- a/stepmania/src/crypto51/osrng.h +++ b/stepmania/src/crypto51/osrng.h @@ -5,10 +5,12 @@ #ifdef OS_RNG_AVAILABLE -#include "filters.h" +//removed +//#include "randpool.h" //added #include "cryptlib.h" +#include "filters.h" NAMESPACE_BEGIN(CryptoPP)