diff options
Diffstat (limited to 'extra/yassl/taocrypt/include/twofish.hpp')
-rw-r--r-- | extra/yassl/taocrypt/include/twofish.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/include/twofish.hpp b/extra/yassl/taocrypt/include/twofish.hpp index 0529c37d6c5..ba144d2defb 100644 --- a/extra/yassl/taocrypt/include/twofish.hpp +++ b/extra/yassl/taocrypt/include/twofish.hpp @@ -32,7 +32,11 @@ #include "misc.hpp" #include "modes.hpp" -#include "algorithm.hpp" +#include STL_ALGORITHM_FILE + + +namespace STL = STL_NAMESPACE; + namespace TaoCrypt { |