Skip to content

Commit

Permalink
Fix error ‘uint8_t’ does not name a type with gcc-15 (open-telemetry#…
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

0 comments on commit 57114c5

Please sign in to comment.