Skip to content

Commit

Permalink
forward cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Nov 22, 2024
1 parent 9ac2c7e commit e957bde
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/include/opentelemetry/nostd/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ OPENTELEMETRY_END_NAMESPACE
# include "absl/types/variant.h"
# else
# include "opentelemetry/nostd/internal/absl/base/options.h"

namespace absl
{
namespace OTABSL_OPTION_NAMESPACE_NAME
{
template <class T>
struct variant_size;
template <typename... Ts>
class variant;
} // namespace OTABSL_OPTION_NAMESPACE_NAME
} // namespace absl

# include "opentelemetry/nostd/internal/absl/types/variant.h"
# endif

Expand Down

0 comments on commit e957bde

Please sign in to comment.