diff options
author | lloyd <[email protected]> | 2006-12-14 10:35:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-12-14 10:35:46 +0000 |
commit | d9a6bc5753ed4f2386c6780dff9ad03a95b11113 (patch) | |
tree | e8324ece0f24a77f961668977425e1494c154047 /include/engine.h | |
parent | de43fade8c8a51fd548febedc942f29413b94eca (diff) |
The symkey.h header no longer needs to include enums.h; remove it
Add include directives for enums.h in the headers that need it now that
it isn't being pulled in by symkey.h
Diffstat (limited to 'include/engine.h')
-rw-r--r-- | include/engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/engine.h b/include/engine.h index 101138e8a..15609ad73 100644 --- a/include/engine.h +++ b/include/engine.h @@ -11,6 +11,7 @@ #include <botan/pk_ops.h> #include <botan/pow_mod.h> #include <botan/basefilt.h> +#include <botan/enums.h> #include <utility> #include <map> |