mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
Closes: https://bugs.gentoo.org/946146 Closes: https://bugs.gentoo.org/946807 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/40088 Closes: https://github.com/gentoo/gentoo/pull/40088 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
376 B
Diff
14 lines
376 B
Diff
Fix compilation with gcc-15.
|
|
Bug: https://bugs.gentoo.org/946146
|
|
Upstream PR: https://github.com/open-telemetry/opentelemetry-cpp/pull/3240
|
|
--- a/api/include/opentelemetry/logs/severity.h
|
|
+++ b/api/include/opentelemetry/logs/severity.h
|
|
@@ -3,6 +3,8 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
+
|
|
#include "opentelemetry/nostd/string_view.h"
|
|
#include "opentelemetry/version.h"
|
|
|