#ifndef __HTTP_BUILD_QUERY_H__ #define __HTTP_BUILD_QUERY_H__ #include #include std::string http_build_query(std::map); #endif