Skip to content

Commit 57114c5

Browse files
authored
Fix error ‘uint8_t’ does not name a type with gcc-15 (#3240)
1 parent d19eb32 commit 57114c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/include/opentelemetry/logs/severity.h

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#pragma once
55

6+
#include <cstdint>
7+
68
#include "opentelemetry/nostd/string_view.h"
79
#include "opentelemetry/version.h"
810

0 commit comments

Comments
 (0)