src/numeric_types: include cstdint
This commit is contained in:
parent
25fdaac582
commit
58a43d4648
@ -3,6 +3,8 @@
|
|||||||
#ifndef INVERTER_TOOLS_NUMERIC_TYPES_H
|
#ifndef INVERTER_TOOLS_NUMERIC_TYPES_H
|
||||||
#define INVERTER_TOOLS_NUMERIC_TYPES_H
|
#define INVERTER_TOOLS_NUMERIC_TYPES_H
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
typedef uint8_t u8;
|
typedef uint8_t u8;
|
||||||
typedef uint16_t u16;
|
typedef uint16_t u16;
|
||||||
typedef uint32_t u32;
|
typedef uint32_t u32;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user