Skip to content

Commit

Permalink
Fix error ‘uint8_t’ does not name a type with gcc-15 (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryLoki authored Jan 10, 2025
1 parent d19eb32 commit 57114c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/include/opentelemetry/logs/severity.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#pragma once

#include <cstdint>

#include "opentelemetry/nostd/string_view.h"
#include "opentelemetry/version.h"

Expand Down

1 comment on commit 57114c5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 57114c5 Previous: d19eb32 Ratio
BM_SpinLockThrashing/4/process_time/real_time 1.175681749979655 ms/iter 0.5616300828229343 ms/iter 2.09

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.