aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/stream')
-rw-r--r--src/lib/stream/chacha/chacha.cpp1
-rw-r--r--src/lib/stream/salsa20/salsa20.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/stream/chacha/chacha.cpp b/src/lib/stream/chacha/chacha.cpp
index 327454d79..c8d567e5e 100644
--- a/src/lib/stream/chacha/chacha.cpp
+++ b/src/lib/stream/chacha/chacha.cpp
@@ -8,6 +8,7 @@
#include <botan/chacha.h>
#include <botan/exceptn.h>
#include <botan/loadstor.h>
+#include <botan/rotate.h>
#include <botan/cpuid.h>
namespace Botan {
diff --git a/src/lib/stream/salsa20/salsa20.cpp b/src/lib/stream/salsa20/salsa20.cpp
index 7e22b37be..407a3183e 100644
--- a/src/lib/stream/salsa20/salsa20.cpp
+++ b/src/lib/stream/salsa20/salsa20.cpp
@@ -8,6 +8,7 @@
#include <botan/salsa20.h>
#include <botan/exceptn.h>
#include <botan/loadstor.h>
+#include <botan/rotate.h>
namespace Botan {