diff options
Diffstat (limited to 'checks/aead.cpp')
-rw-r--r-- | checks/aead.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/aead.cpp b/checks/aead.cpp index d96e60c84..5d434d797 100644 --- a/checks/aead.cpp +++ b/checks/aead.cpp @@ -1,10 +1,10 @@ #include "tests.h" #include <botan/hex.h> -#include <botan/siv.h> #include <botan/aead.h> #include <iostream> #include <fstream> +#include <memory> using namespace Botan; |