Add missing header to validat3.cpp

pull/696/head
Jeffrey Walton 2018-07-28 16:39:21 -04:00
parent 28fe1a6a4d
commit 86a212b85f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "rdrand.h" #include "rdrand.h"
#include "mersenne.h" #include "mersenne.h"
#include "padlkrng.h" #include "padlkrng.h"
#include "randpool.h"
#include "gzip.h" #include "gzip.h"
#include "channels.h" #include "channels.h"