From 43875971d5d6c04035b4e1c27558e2ba9a48fe97 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 20 Dec 2018 20:22:03 -0500 Subject: Avoid including rotate.h in bswap.h It was only needed for one case which is easily hardcoded. Include rotate.h in all the source files that actually use rotr/rotl but implicitly picked it up via loadstor.h -> bswap.h -> rotate.h include chain. --- src/lib/hash/sha3/sha3.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/hash/sha3') diff --git a/src/lib/hash/sha3/sha3.cpp b/src/lib/hash/sha3/sha3.cpp index b69ef515a..09c2d8c1b 100644 --- a/src/lib/hash/sha3/sha3.cpp +++ b/src/lib/hash/sha3/sha3.cpp @@ -6,6 +6,7 @@ */ #include +#include #include namespace Botan { -- cgit v1.2.3