#pragma once #include namespace fc { std::string zlib_compress(const std::string& in); } // namespace fc