aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/serpent.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-19 18:09:58 +0000
committerlloyd <[email protected]>2007-10-19 18:09:58 +0000
commit11d6a889becbb8fe6c2d78dd60b9673b791c17b9 (patch)
tree521e2695ae9ed2b7481484e20b1bd33ed174828b /modules/alg_ia32/serpent.cpp
parent4c6fa9a9040a68150531da9327b7f40857ffa057 (diff)
Fix the alg_ia32 module code WRT the recent changes to loadstor.h not being
included by bit_ops.h
Diffstat (limited to 'modules/alg_ia32/serpent.cpp')
-rw-r--r--modules/alg_ia32/serpent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp
index 3cb5c6305..bf13772e6 100644
--- a/modules/alg_ia32/serpent.cpp
+++ b/modules/alg_ia32/serpent.cpp
@@ -4,7 +4,7 @@
*************************************************/
#include <botan/serpent.h>
-#include <botan/bit_ops.h>
+#include <botan/loadstor.h>
namespace Botan {