Merge pull request #156 from sophiekovalevsky/fix-std-runtime

prbs: add stdexcept
This commit is contained in:
jankae 2022-10-25 00:35:10 +02:00 committed by GitHub
commit 53702a8154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
#include "prbs.h" #include "prbs.h"
#include <array> #include <array>
#include <stdexcept>
PRBS::PRBS(unsigned int bits) PRBS::PRBS(unsigned int bits)
{ {