Added missing <rng.h> to validat1.cpp. MaurerRandomnessTest requires the header when -DNO_OS_DEPENDENCE

pull/75/head
Jeffrey Walton 2015-11-19 17:28:37 -05:00
parent baa19fb2b4
commit 5f70a7c85e
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "rdrand.h"
#include "zdeflate.h"
#include "smartptr.h"
#include "rng.h"
#include "cpu.h"
#include <time.h>