I\'m trying to compile a C++ software package that was written in 2007 and I\'m getting this error:
error: ‘uint32_t’ does not name a type
This is h
You need to include iostream
#include using namespace std;