diff options
Diffstat (limited to 'checks/ec_tests.cpp')
-rw-r--r-- | checks/ec_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/ec_tests.cpp b/checks/ec_tests.cpp index 979414ed4..e299fbcc0 100644 --- a/checks/ec_tests.cpp +++ b/checks/ec_tests.cpp @@ -16,7 +16,7 @@ using namespace Botan; #include <iostream> -#include <assert.h> +#include <memory> #include "getopt.h" #include "validate.h" |