basic/int2fp: fix missing include (#1789)

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>
This commit is contained in:
Sven van Haastregt
2023-07-23 09:36:23 +01:00
committed by GitHub
parent 25ce398037
commit 0460756f6e

View File

@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <algorithm>
#include <cstdint>
#include <map>
#include <vector>