summarylogtreecommitdiffstats
path: root/lcg.patch
blob: 37a670b380011280482fa37aed2f202ab000f1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/algo/crypt/lcg.cc b/src/algo/crypt/lcg.cc
index 6c2a7945..66630a08 100644
--- a/src/algo/crypt/lcg.cc
+++ b/src/algo/crypt/lcg.cc
@@ -17,6 +17,7 @@
 
 #include "algo/crypt/lcg.h"
 #include <functional>
+#include <stdexcept>
 
 using namespace au;
 using namespace au::algo::crypt;