Index: src/libcfa/iostream
===================================================================
--- src/libcfa/iostream	(revision 4e06c1ebfdf762654ec91b9a78bae607f25fba19)
+++ src/libcfa/iostream	(revision d3a85240d62ba5144799969643c3c4b42e28bef0)
@@ -13,4 +13,6 @@
 // Update Count     : 93
 //
+
+#ifdef __CFORALL__
 
 #ifndef __IOSTREAM_H__
@@ -124,5 +126,9 @@
 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, _Istream_cstrC );
 
-#endif // __IOSTREAM_H__
+#endif // __IOSTREAM_H
+
+#else
+#include_next <iostream>
+#endif //__CFORALL__
 
 // Local Variables: //
