12 lines
607 B
Diff
12 lines
607 B
Diff
--- ceph-20.0.0-2787-g838ba95e/src/jaegertracing/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/options.h.orig 2025-07-31 10:18:56.636528168 -0400
|
|
+++ ceph-20.0.0-2787-g838ba95e/src/jaegertracing/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/options.h 2025-07-31 10:19:12.923329646 -0400
|
|
@@ -70,7 +70,7 @@
|
|
// Include a standard library header to allow configuration based on the
|
|
// standard library in use.
|
|
#ifdef __cplusplus
|
|
-#include <ciso646>
|
|
+#include <iso646.h>
|
|
#endif
|
|
|
|
// -----------------------------------------------------------------------------
|