What do I need to include in my header file for ostream

Posted by Phenom on Stack Overflow See other posts from Stack Overflow or by Phenom
Published on 2010-05-22T09:01:37Z Indexed on 2010/05/22 9:10 UTC
Read the original article Hit count: 134

Filed under:
|
|

When I try to compile my program the compiler complains about this line in a .h file that I #included.

ostream & Print (ostream & stream);

How can this be fixed?

© Stack Overflow or respective owner

Related posts about c++

Related posts about header