Skip to content

Commit

Permalink
Merge branch 'main' into fix_stack_resize_cap
Browse files Browse the repository at this point in the history
  • Loading branch information
Yerannnnnn authored Aug 3, 2021
2 parents 9f43863 + d6c187c commit f13163d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exporters/otlp/test/otlp_grpc_exporter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

# include <gtest/gtest.h>

# if defined(_MSC_VER)
# define putenv _putenv
# endif

using namespace testing;

OPENTELEMETRY_BEGIN_NAMESPACE
Expand Down

0 comments on commit f13163d

Please sign in to comment.