From 47d63237b2c54d55b6d9cfde60dedf0a77be46cf Mon Sep 17 00:00:00 2001 From: Danial Arbabi Date: Sun, 17 Nov 2024 18:41:30 +0100 Subject: [PATCH] Readd includes for clang-tidy --- cpr/error.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpr/error.cpp b/cpr/error.cpp index 51db43007..3e5f35563 100644 --- a/cpr/error.cpp +++ b/cpr/error.cpp @@ -1,6 +1,8 @@ #include "cpr/error.h" #include #include +#include +#include namespace cpr { static const std::unordered_map curl_error_map = { // NOLINT - (needed because of static init)