Skip to content

Commit 18e06f1

Browse files
authored
[BUILD] Build break with CURL 7.29.0 (#3255)
1 parent 72b0080 commit 18e06f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.iwyu.imp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
# We prefer to include <gmock/gmock.h> for simplicity
2525
{ "include": ["<gmock/gmock-function-mocker.h>", "private", "<gmock/gmock.h>", "public"] },
2626
{ "include": ["<gmock/gmock-spec-builders.h>", "private", "<gmock/gmock.h>", "public"] },
27+
28+
# We prefer to include <curl/curl.h> for simplicity
29+
{ "include": ["<curl/system.h>", "private", "<curl/curl.h>", "public"] },
2730
]
2831

ext/src/http/client/curl/http_operation_curl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include <curl/curl.h>
55
#include <curl/curlver.h>
6-
#include <curl/system.h>
76

87
#ifdef ENABLE_OTLP_RETRY_PREVIEW
98
# include <array>

0 commit comments

Comments
 (0)