Add missing inttypes.h include

This commit is contained in:
Jack Andersen 2016-07-02 13:41:15 -10:00
parent aff3349c33
commit 4e61051354
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef TYPES_HPP
#define TYPES_HPP
#include <stdint.h>
#include <inttypes.h>
using atInt8 = int8_t;
using atUint8 = uint8_t;