summaryrefslogtreecommitdiff
path: root/bench3.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-27 21:04:30 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-27 21:04:30 -0400
commit97e283c8fd37c64bd18d2c95fd7aef650c77903b (patch)
tree8488eaf3bfec65359002de45f04eaa886dfbf10d /bench3.cpp
parent884851cd9a1cda4eccaffd7e30f8234c27da870f (diff)
downloadcryptopp-git-97e283c8fd37c64bd18d2c95fd7aef650c77903b.tar.gz
Cleanup head notes and includes
Diffstat (limited to 'bench3.cpp')
-rw-r--r--bench3.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/bench3.cpp b/bench3.cpp
index b6ca0b68..5f291698 100644
--- a/bench3.cpp
+++ b/bench3.cpp
@@ -1,10 +1,17 @@
-// bench2.cpp - originally written and placed in the public domain by Wei Dai
+// bench3.cpp - originally written and placed in the public domain by Wei Dai
// CryptoPP::Test namespace added by JW in February 2017
#include "cryptlib.h"
#include "bench.h"
#include "validate.h"
+#include "cpu.h"
+#include "factory.h"
+#include "algparam.h"
+#include "argnames.h"
+#include "smartptr.h"
+#include "stdcpp.h"
+
#include "pubkey.h"
#include "gfpcrypt.h"
#include "eccrypto.h"