aboutsummaryrefslogtreecommitdiff
path: root/rng.cpp
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-10-11 09:14:04 +0200
committertomsmeding <tom.smeding@gmail.com>2016-10-11 09:14:04 +0200
commit50a54a18faf5dd51374dfe136f26f2552d9ca5e7 (patch)
tree62201e4ee474803d4b4e3f4196fedd216fda12f8 /rng.cpp
parent5c19ba3ba7d07d1619e607b65b698e4eb65f6e0c (diff)
More includes
Diffstat (limited to 'rng.cpp')
-rw-r--r--rng.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rng.cpp b/rng.cpp
index fc86993..5bed44b 100644
--- a/rng.cpp
+++ b/rng.cpp
@@ -1,3 +1,4 @@
+#include <stdexcept>
#include <cstring>
#include <cassert>
#include "rng.h"