Skip to content

Commit

Permalink
printf: add missing cstdint include (#2011)
Browse files Browse the repository at this point in the history
Since GCC 13 some headers are no longer included transitively through
C++ Standard Library headers.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
  • Loading branch information
svenvh committed Jul 12, 2024
1 parent 6d60301 commit 881560a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_conformance/printf/test_printf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <algorithm>
#include <array>
#include <cstdarg>
#include <cstdint>
#include <errno.h>
#include <memory>
#include <string.h>
Expand Down

0 comments on commit 881560a

Please sign in to comment.