aboutsummaryrefslogtreecommitdiffstats
path: root/checks/aead.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/aead.cpp')
-rw-r--r--checks/aead.cpp2
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;