'uint32_t' does not name a type

后端 未结 9 1823
旧时难觅i
旧时难觅i 2021-01-30 12:13

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

9条回答
  •  天命终不由人
    2021-01-30 12:58

    I also encountered the same problem on Mac OSX 10.6.8 and unfortunately adding #include or to the corresponding file did not solve my problem. However, after more search, I found this solution advicing to add #include which worked well for me!

提交回复
热议问题