Skip to content

Commit b847b91

Browse files
committed
Fixed missing curl version include
1 parent 525f8db commit b847b91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpr/error.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "cpr/error.h"
22
#include <cstdint>
33
#include <curl/curl.h>
4+
#include <curl/curlver.h>
45

56
namespace cpr {
67
ErrorCode Error::getErrorCodeForCurlError(std::int32_t curl_code) {

0 commit comments

Comments
 (0)