2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-21 00:10:20 +03:00
Files
gentoo/dev-cpp/opentelemetry-cpp/files/opentelemetry-cpp-1.16.1-cstdint.patch

15 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"