aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-12-12 04:45:07 +0000
committerN.N. <matju@users.sourceforge.net>2009-12-12 04:45:07 +0000
commit92441bf3b3044e45dabcaf87478a53cd3d011503 (patch)
tree868049309aa9af29df6eccdd68384bb5933c8d37
parent004f98452cfd92760b9dfb9c301667821930003c (diff)
newer versions of libstdc++ don't support <iostream.h>, only <iostream>. (i don't know what's the !@#$ point)
svn path=/trunk/externals/august/readanysf~/; revision=12828
-rw-r--r--src/iostream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iostream.h b/src/iostream.h
new file mode 100644
index 0000000..604782e
--- /dev/null
+++ b/src/iostream.h
@@ -0,0 +1 @@
+#include <iostream>