ayoy / fontedit

A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
https://kapusta.cc/fontedit
GNU General Public License v3.0
328 stars 24 forks source link

Include cstdint in format.h #17

Open bktech2021 opened 3 months ago

bktech2021 commented 3 months ago

Was failing to compile on my machine because format.h uses types like uint8_t but doesn't includes cstdint. Now at least compiles with warnings.