Botan: Add missing #include directive.

This commit is contained in:
ck
2010-07-30 13:46:36 +02:00
parent 368d9c1f36
commit ae9d013f8b

View File

@@ -5,6 +5,8 @@
#include <botan/hex.h>
#include <botan/pipe.h>
#include <memory>
namespace Botan {
namespace {