Added missing <rng.h> to validat1.cpp. MaurerRandomnessTest requires the header when -DNO_OS_DEPENDENCE
parent
baa19fb2b4
commit
5f70a7c85e
|
|
@ -42,6 +42,7 @@
|
||||||
#include "rdrand.h"
|
#include "rdrand.h"
|
||||||
#include "zdeflate.h"
|
#include "zdeflate.h"
|
||||||
#include "smartptr.h"
|
#include "smartptr.h"
|
||||||
|
#include "rng.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue