Skip to content

Commit

Permalink
[BUILD] Build break with CURL 7.29.0 (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Jan 25, 2025
1 parent 72b0080 commit 18e06f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .iwyu.imp
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
# We prefer to include <gmock/gmock.h> for simplicity
{ "include": ["<gmock/gmock-function-mocker.h>", "private", "<gmock/gmock.h>", "public"] },
{ "include": ["<gmock/gmock-spec-builders.h>", "private", "<gmock/gmock.h>", "public"] },

# We prefer to include <curl/curl.h> for simplicity
{ "include": ["<curl/system.h>", "private", "<curl/curl.h>", "public"] },
]

1 change: 0 additions & 1 deletion ext/src/http/client/curl/http_operation_curl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <curl/curl.h>
#include <curl/curlver.h>
#include <curl/system.h>

#ifdef ENABLE_OTLP_RETRY_PREVIEW
# include <array>
Expand Down

0 comments on commit 18e06f1

Please sign in to comment.