mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 11:54:27 +02:00
Include <bits/types.h>
Apparently some freestanding builds need this?
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
import std;
|
||||
#else
|
||||
#include <array>
|
||||
#include <bits/types.h>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <numeric>
|
||||
|
Reference in New Issue
Block a user