diff options
Diffstat (limited to 'mod/mod-ci-github-post.hxx')
-rw-r--r-- | mod/mod-ci-github-post.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/mod-ci-github-post.hxx b/mod/mod-ci-github-post.hxx index f1ed914..d278ae0 100644 --- a/mod/mod-ci-github-post.hxx +++ b/mod/mod-ci-github-post.hxx @@ -7,6 +7,8 @@ #include <libbrep/types.hxx> #include <libbrep/utility.hxx> +#include <libbutl/curl.hxx> + namespace brep { // Send a POST request to the GitHub API endpoint `ep`, parse GitHub's JSON @@ -29,6 +31,8 @@ namespace brep const strings& hdrs, const string& body = "") { + using namespace butl; + // Convert the header values to curl header option/value pairs. // strings hdr_opts; |