summaryrefslogtreecommitdiff
path: root/src/utils/base64.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/base64.hpp')
-rw-r--r--src/utils/base64.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/base64.hpp b/src/utils/base64.hpp
index 1dd4a4d..7c08d82 100644
--- a/src/utils/base64.hpp
+++ b/src/utils/base64.hpp
@@ -2,9 +2,13 @@
#include "biboumi.h"
+#ifdef BOTAN_FOUND
+
#include <string>
namespace base64
{
std::string encode(const std::string& input);
}
+
+#endif