mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-23 09:00:27 +01:00
Merge pull request #156 from sophiekovalevsky/fix-std-runtime
prbs: add stdexcept
This commit is contained in:
commit
53702a8154
|
|
@ -1,6 +1,7 @@
|
|||
#include "prbs.h"
|
||||
|
||||
#include <array>
|
||||
#include <stdexcept>
|
||||
|
||||
PRBS::PRBS(unsigned int bits)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue