summaryrefslogtreecommitdiff
path: root/nbtheory.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-10-12 21:52:23 -0400
committerJeffrey Walton <noloader@gmail.com>2017-10-12 21:52:23 -0400
commit642cf3aa7486b0f4d1414e46ffe26d3f6a961b0c (patch)
tree0dbc0c4186822f619c4e411281759c78fa7d4aed /nbtheory.cpp
parentf1a80e6a58e6cf72c969dda6825b9781eb300927 (diff)
downloadcryptopp-git-642cf3aa7486b0f4d1414e46ffe26d3f6a961b0c.tar.gz
Add "stdcpp.h" to bench1.cpp and bench2.cpp (GH #520)
This is the first of possibly two or three for Borland compilers. We have to be careful because its very easy to break something due to math overloads with other compilers like SunCC or XL/C
Diffstat (limited to 'nbtheory.cpp')
-rw-r--r--nbtheory.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/nbtheory.cpp b/nbtheory.cpp
index c3d43757..feb5802d 100644
--- a/nbtheory.cpp
+++ b/nbtheory.cpp
@@ -10,9 +10,7 @@
#include "algparam.h"
#include "smartptr.h"
#include "misc.h"
-
-#include <vector>
-#include <cmath>
+#include "stdcpp.h"
#ifdef _OPENMP
# include <omp.h>