12 lines
292 B
Text
12 lines
292 B
Text
--- mimepp/msgcmp.h.orig Wed May 19 18:20:11 2010
|
|
+++ mimepp/msgcmp.h Wed May 19 18:20:39 2010
|
|
@@ -33,7 +33,8 @@
|
|
#include <mimepp/string.h>
|
|
#endif
|
|
|
|
-class ostream;
|
|
+#include <iosfwd>
|
|
+using std::ostream;
|
|
|
|
|
|
//=============================================================================
|