Skip to content

Commit

Permalink
basic/int2fp: fix missing include (#1789)
Browse files Browse the repository at this point in the history
With 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 23, 2023
1 parent 25ce398 commit 0460756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_conformance/basic/test_int2fp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <sys/stat.h>

#include <algorithm>
#include <cstdint>
#include <map>
#include <vector>

Expand Down

0 comments on commit 0460756

Please sign in to comment.