sparcians / mavis

RISC-V Decoder
Apache License 2.0
1 stars 6 forks source link

Add cstdint include #5

Closed bdutro closed 1 year ago

bdutro commented 1 year ago

I was getting a compiler error with Clang on Ubuntu due to undefined standard types (uint32_t and so on). Adding this include fixes the problem.