Unauthorized inclusion: <iostream> in eclipse on mac
1 answer
I solved this by manually adding the path to iostream in my project:
Right click on the project -> Properties -> C / C ++ General -> Paths and Symbols -> GNU C ++ (in the Languages ββcolumn in the Enable) -> Add
I added the following (those in bold) - I think the second is what you need:

+6