SyntaxFix
Write A Post
Hire A Developer
Questions
I had tha same problem trying to compile a lib I download from the internet. In my case, there was already a #include <cstdint> in the code. I solved it adding a:
#include <cstdint>
using std::uint32_t;