aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-08-13 18:32:38 +0000
committerlloyd <[email protected]>2009-08-13 18:32:38 +0000
commit5a1329ff7d80349598e50a1ec63abb5334ddc2ac (patch)
tree52acf9dbd571962b1e1a3c4c5770e43f903ec93d
parent0ff053aa0423794e3613dc4a60bc4edca6e0bb31 (diff)
Include basefilt.h in filters.h
-rw-r--r--src/filters/filters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filters/filters.h b/src/filters/filters.h
index 26de6e63c..964be0bd8 100644
--- a/src/filters/filters.h
+++ b/src/filters/filters.h
@@ -14,8 +14,10 @@
#include <botan/mac.h>
#include <botan/pipe.h>
+#include <botan/basefilt.h>
#include <botan/key_filt.h>
#include <botan/data_snk.h>
+
#include <botan/scan_name.h>
#if defined(BOTAN_HAS_BASE64_CODEC)