diff options
author | Jack Lloyd <[email protected]> | 2017-09-28 18:42:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-28 18:42:40 -0400 |
commit | efe2f1ce175896a092c0368ed682e3314d0ba3a8 (patch) | |
tree | 96868988e6ef3973f79a854547b2df2aa0cb2e6b /src/tests/unit_ecc.cpp | |
parent | c1edbe9c436dfffa9d7def0f99497e9c7e19c210 (diff) |
Further header cleanups
Diffstat (limited to 'src/tests/unit_ecc.cpp')
-rw-r--r-- | src/tests/unit_ecc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/unit_ecc.cpp b/src/tests/unit_ecc.cpp index 212a19dc4..f78f6bfd6 100644 --- a/src/tests/unit_ecc.cpp +++ b/src/tests/unit_ecc.cpp @@ -13,6 +13,7 @@ #include <botan/numthry.h> #include <botan/curve_gfp.h> #include <botan/curve_nistp.h> + #include <botan/pk_keys.h> #include <botan/point_gfp.h> #include <botan/ec_group.h> #include <botan/reducer.h> |