diff options
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> |