Skip to content

Commit

Permalink
Clang-Tidy mIssing include
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Oct 13, 2024
1 parent 217d71d commit bb01c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpr/error.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "cpr/error.h"
#include <cstdint>
#include <curl/curl.h>
#include <curl/curlver.h>

namespace cpr {
ErrorCode Error::getErrorCodeForCurlError(std::int32_t curl_code) {
Expand Down

0 comments on commit bb01c8d

Please sign in to comment.