Include <bits/types.h>

Apparently some freestanding builds need this?
This commit is contained in:
Chip Hogg
2024-11-11 13:35:37 -05:00
parent 8a7483f7ea
commit a6d34b40a6

View File

@@ -32,6 +32,7 @@
import std;
#else
#include <array>
#include <bits/types.h>
#include <cstddef>
#include <cstdint>
#include <numeric>