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/hex.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/hex.h')
-rw-r--r-- | include/hex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hex.h b/include/hex.h index e3bfffbac..d768bb887 100644 --- a/include/hex.h +++ b/include/hex.h @@ -7,6 +7,7 @@ #define BOTAN_HEX_H__ #include <botan/filter.h> +#include <botan/enums.h> namespace Botan { |