TheGoodDoktor / 8BitAnalysers

MIT License
91 stars 15 forks source link

Fixed compilation process due to missing #include <cstdint> #19

Closed alfishe closed 1 year ago

alfishe commented 1 year ago

GCC doesn't like when includes are missing. CLang caches includes so sometimes allow such violations