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