Skip to content

Commit

Permalink
Readd includes for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
laxerhd committed Nov 17, 2024
1 parent 8b0ccd2 commit 47d6323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpr/error.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "cpr/error.h"
#include <curl/curlver.h>
#include <unordered_map>
#include <cstdint>
#include <curl/curl.h>

namespace cpr {
static const std::unordered_map<std::int32_t, ErrorCode> curl_error_map = { // NOLINT - (needed because of static init)
Expand Down

0 comments on commit 47d6323

Please sign in to comment.