From bb01c8db702fb41e5497aee9c0559ddf4bf13749 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Sun, 13 Oct 2024 07:20:12 +0200 Subject: [PATCH] Clang-Tidy mIssing include --- cpr/error.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cpr/error.cpp b/cpr/error.cpp index a4b252948..1dd79f80e 100644 --- a/cpr/error.cpp +++ b/cpr/error.cpp @@ -1,6 +1,7 @@ #include "cpr/error.h" #include #include +#include namespace cpr { ErrorCode Error::getErrorCodeForCurlError(std::int32_t curl_code) {