summaryrefslogtreecommitdiff
path: root/bench2.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-07-05 02:42:27 -0400
committerJeffrey Walton <noloader@gmail.com>2019-07-05 02:42:27 -0400
commit6bead34bd9fc875c155aecc8ec25cdccd6d9ce56 (patch)
treefcd90c33b4b0a749a2a1cea715dfc710f5f8133f /bench2.cpp
parentae04195d1f2651c27c26146484eb323512d890ce (diff)
downloadcryptopp-git-6bead34bd9fc875c155aecc8ec25cdccd6d9ce56.tar.gz
Update headers for 'make dep'
Diffstat (limited to 'bench2.cpp')
-rw-r--r--bench2.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/bench2.cpp b/bench2.cpp
index 3961d02e..bb32ee99 100644
--- a/bench2.cpp
+++ b/bench2.cpp
@@ -12,6 +12,12 @@
#include "smartptr.h"
#include "stdcpp.h"
+#include "vmac.h"
+#include "hmac.h"
+#include "ttmac.h"
+#include "cmac.h"
+#include "dmac.h"
+
#if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4355)
#endif