#pragma once #include "biboumi.h" #include namespace base64 { std::string encode(const std::string& input); }