diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-12-14 20:06:44 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-12-14 20:06:44 +0300 |
commit | 58a43d46488eb09b62e830e9aae033c4a48ea4a9 (patch) | |
tree | 1234aa8bff44789702cf920bdaed93d6b7b686b1 /src | |
parent | 25fdaac582dfc1518b5a8edef2cd2d3c06f9f0d2 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/numeric_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/numeric_types.h b/src/numeric_types.h index 24fd203..f58e9ae 100644 --- a/src/numeric_types.h +++ b/src/numeric_types.h @@ -3,6 +3,8 @@ #ifndef INVERTER_TOOLS_NUMERIC_TYPES_H #define INVERTER_TOOLS_NUMERIC_TYPES_H +#include <cstdint> + typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32; |