aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/catchy/test_base64.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/catchy/test_base64.cpp b/src/tests/catchy/test_base64.cpp
index 1600c1ed5..e25defb09 100644
--- a/src/tests/catchy/test_base64.cpp
+++ b/src/tests/catchy/test_base64.cpp
@@ -3,6 +3,8 @@
#include "catch.hpp"
+#include <botan/build.h>
+
#if defined(BOTAN_HAS_BASE64_CODEC)
#include <botan/base64.h>