This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b05c6d64 PROTON-2762: [C++] Add in missing header file so tracing 
will compile.
6b05c6d64 is described below

commit 6b05c6d64ba04bad96745b1430ca17d436b6fd32
Author: Andrew Stitcher <[email protected]>
AuthorDate: Wed Aug 9 17:38:18 2023 -0400

    PROTON-2762: [C++] Add in missing header file so tracing will compile.
---
 cpp/src/tracing_opentelemetry.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpp/src/tracing_opentelemetry.cpp 
b/cpp/src/tracing_opentelemetry.cpp
index be1234477..e453f8381 100644
--- a/cpp/src/tracing_opentelemetry.cpp
+++ b/cpp/src/tracing_opentelemetry.cpp
@@ -23,6 +23,7 @@
 #include <opentelemetry/nostd/unique_ptr.h>
 #include <opentelemetry/sdk/trace/simple_processor.h>
 #include <opentelemetry/sdk/trace/tracer_provider.h>
+#include <opentelemetry/sdk/version/version.h>
 #include <opentelemetry/trace/context.h>
 #include <opentelemetry/trace/propagation/http_trace_context.h>
 #include <opentelemetry/trace/provider.h>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to