Skip to content

Commit

Permalink
[BUILD] 'uint8_t' not declared in this scope with gcc 13.2.1 (#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Barbier-1A authored Dec 5, 2023
1 parent abad83d commit d1143ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/include/opentelemetry/trace/propagation/detail/hex.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#pragma once

#include <algorithm>
#include <cstdint>
#include <cstring>

#include "opentelemetry/nostd/string_view.h"
Expand Down

0 comments on commit d1143ab

Please sign in to comment.