We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525f8db commit b847b91Copy full SHA for b847b91
cpr/error.cpp
@@ -1,6 +1,7 @@
1
#include "cpr/error.h"
2
#include <cstdint>
3
#include <curl/curl.h>
4
+#include <curl/curlver.h>
5
6
namespace cpr {
7
ErrorCode Error::getErrorCodeForCurlError(std::int32_t curl_code) {
0 commit comments