File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44#include < curl/curl.h>
55#include < curl/curlver.h>
66#include < curl/system.h>
7+
8+ #ifdef ENABLE_OTLP_RETRY_PREVIEW
9+ # include < array>
10+ #endif // ENABLE_OTLP_RETRY_PREVIEW
11+
712#include < algorithm>
8- #include < array>
913#include < atomic>
1014#include < chrono>
1115#include < cmath>
Original file line number Diff line number Diff line change 11// Copyright The OpenTelemetry Authors
22// SPDX-License-Identifier: Apache-2.0
33
4- #include < curl/curl.h>
54#include < curl/curlver.h>
6- #include " gmock/gmock.h"
75#include " gtest/gtest.h"
86
7+ #ifdef ENABLE_OTLP_RETRY_PREVIEW
8+ # include < curl/curl.h>
9+ # include " gmock/gmock.h"
10+ #endif // ENABLE_OTLP_RETRY_PREVIEW
11+
912#include < string.h>
1013#include < algorithm>
1114#include < atomic>
You can’t perform that action at this time.
0 commit comments