diff options
author | Sergiy G <piratfm@gmail.com> | 2018-01-31 10:41:34 +0200 |
---|---|---|
committer | Sergiy G <piratfm@gmail.com> | 2018-01-31 10:41:34 +0200 |
commit | fdff20e96d7198124542e6d03c27e1d496c4b328 (patch) | |
tree | 2601755f48c737ecfee23cfc6b9e98d6f391de24 /src/PAPRStats.cpp | |
parent | 16b0a22c889b27093cb703dfbfacb4af721999cd (diff) | |
download | dabmod-fdff20e96d7198124542e6d03c27e1d496c4b328.tar.gz dabmod-fdff20e96d7198124542e6d03c27e1d496c4b328.tar.bz2 dabmod-fdff20e96d7198124542e6d03c27e1d496c4b328.zip |
Enabled multicast support. Fix missing header in PAPRStats
Diffstat (limited to 'src/PAPRStats.cpp')
-rw-r--r-- | src/PAPRStats.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PAPRStats.cpp b/src/PAPRStats.cpp index 1a72238..0c9764a 100644 --- a/src/PAPRStats.cpp +++ b/src/PAPRStats.cpp @@ -27,6 +27,7 @@ #include "PAPRStats.h" #include <numeric> #include <cmath> +#include <stdexcept> #if defined(TEST) /* compile with g++ -std=c++11 -Wall -DTEST PAPRStats.cpp -o paprtest */ # include <iostream> |