aboutsummaryrefslogtreecommitdiffstats
path: root/checks/aead.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-12-31 21:38:18 +0000
committerlloyd <[email protected]>2013-12-31 21:38:18 +0000
commitc5dc7598403b5f7e739b2c27707663b16c4199f8 (patch)
tree632042be775d298f648247b824b97d493dca889d /checks/aead.cpp
parent7947d9787fe1cf448a418e2252edededdf887032 (diff)
Split up tests by type
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;