Warning on standard headers after upgrading to NetBeans 6.8...
Posted
by paul
on Stack Overflow
See other posts from Stack Overflow
or by paul
Published on 2009-12-15T17:54:15Z
Indexed on
2010/06/07
0:22 UTC
Read the original article
Hit count: 172
After upgrading to NetBeans 6.8 on my Mac, some standard headers generate a warning. The warning is "There are unresolved includes inside <string>
". <string>
is just an example and <iostream>
and <map>
have the same warning.
The project builds and runs fine; however, I would like to resolve these warnings. Has anybody else seen this problem? And is there any way to make that warning go away? I also didn't see this problem when I upgraded to 6.8 on Linux.
© Stack Overflow or respective owner