]> git.localhorst.tv Git - blank.git/blobdiff - src/rand/GaloisLFSR.hpp
fix assert inclusion in rand
[blank.git] / src / rand / GaloisLFSR.hpp
index 001173919c1214a6b0931e788f2130c6bdac312f..f8a61e23f3f7c721689d7e0ff4a2404aa671f412 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef BLANK_RAND_GALOISLFSR_HPP_
 #define BLANK_RAND_GALOISLFSR_HPP_
 
+#include <cassert>
 #include <cstdint>
 #include <limits>