prbs: add stdexcept

This commit is contained in:
Kiara Navarro 2022-10-24 09:06:22 -03:00
parent 5ee4208c32
commit f4d69baa7d
No known key found for this signature in database
GPG Key ID: CBA9F2172CE33FBA

View File

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