aboutsummaryrefslogtreecommitdiff
path: root/primes.h
diff options
context:
space:
mode:
authorTom Smeding <hallo@tomsmeding.nl>2016-10-24 14:22:24 +0200
committertomsmeding <tom.smeding@gmail.com>2016-10-24 19:33:53 +0200
commit7cca53ede2ee4900fce30334fb561a24d1b5d2de (patch)
tree50ab1737c28d718efa672caef8c1c82ff47475e9 /primes.h
parentdf6c0e07bc74a4137ccb8719a28f58b50ba946c6 (diff)
ACTUALLY fix strongPseudoPrime2
Diffstat (limited to 'primes.h')
-rw-r--r--primes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/primes.h b/primes.h
index 25d0226..7d3edac 100644
--- a/primes.h
+++ b/primes.h
@@ -3,6 +3,7 @@
#include <vector>
#include <utility>
#include "bigint.h"
+#include "rng.h"
extern std::vector<int> smallprimes;