summaryrefslogtreecommitdiff
path: root/fipstest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-16 12:21:07 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-16 12:21:07 -0400
commitc40a4dc9f71f1fe1683dd5cad933fe59748e8caf (patch)
tree9ce6721367a5430177c1eb393a6bde5ae6a0fd24 /fipstest.cpp
parent8f4b0dc0816aec3bbf9e1a716c941aeafb5ae49c (diff)
downloadcryptopp-git-c40a4dc9f71f1fe1683dd5cad933fe59748e8caf.tar.gz
Fix Clang warning on missing template definitions
Diffstat (limited to 'fipstest.cpp')
-rw-r--r--fipstest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fipstest.cpp b/fipstest.cpp
index 132c6510..3a1d9070 100644
--- a/fipstest.cpp
+++ b/fipstest.cpp
@@ -10,6 +10,7 @@
#include "cryptlib.h"
#include "filters.h"
#include "smartptr.h"
+#include "pkcspad.h"
#include "misc.h"
// Simply disable CRYPTOPP_WIN32_AVAILABLE for Windows Phone and Windows Store apps