mirror of https://github.com/libAthena/athena.git
Add missing inttypes.h include
This commit is contained in:
parent
aff3349c33
commit
4e61051354
|
@ -1,6 +1,7 @@
|
||||||
#ifndef TYPES_HPP
|
#ifndef TYPES_HPP
|
||||||
#define TYPES_HPP
|
#define TYPES_HPP
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
using atInt8 = int8_t;
|
using atInt8 = int8_t;
|
||||||
using atUint8 = uint8_t;
|
using atUint8 = uint8_t;
|
||||||
|
|
Loading…
Reference in New Issue