From: Daniel Karbach Date: Thu, 10 Nov 2016 13:29:20 +0000 (+0100) Subject: fix assert inclusion in rand X-Git-Url: http://git.localhorst.tv/?p=blank.git;a=commitdiff_plain;h=58c8fefb8cf80322ae165830c117ac1e3e34d32b fix assert inclusion in rand --- 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