Skip to content

Commit bb01c8d

Browse files
committed
Clang-Tidy mIssing include
1 parent 217d71d commit bb01c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpr/error.cpp

Lines changed: 1 addition & 0 deletions
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)