From 58c8fefb8cf80322ae165830c117ac1e3e34d32b Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Thu, 10 Nov 2016 14:29:20 +0100 Subject: [PATCH] fix assert inclusion in rand --- src/rand/GaloisLFSR.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rand/GaloisLFSR.hpp b/src/rand/GaloisLFSR.hpp index 0011739..f8a61e2 100644 --- a/src/rand/GaloisLFSR.hpp +++ b/src/rand/GaloisLFSR.hpp @@ -1,6 +1,7 @@ #ifndef BLANK_RAND_GALOISLFSR_HPP_ #define BLANK_RAND_GALOISLFSR_HPP_ +#include #include #include -- 2.39.2