mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
Add missing inttypes.h include
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef TYPES_HPP
|
||||
#define TYPES_HPP
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
using atInt8 = int8_t;
|
||||
using atUint8 = uint8_t;
|
||||
|
||||
Reference in New Issue
Block a user