]> git.stg.codes - stg.git/commitdiff
Replace istream header with iostream header for some dub compilers
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 20 Sep 2011 13:45:52 +0000 (16:45 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 20 Sep 2011 13:45:52 +0000 (16:45 +0300)
projects/stargazer/plugins/other/smux/types.h

index a121bf7a5264f4e7a4aadf3b4a70aa7a6556dff1..5498d2ebce3e6350b2b4f513425e824e66b2f01b 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <string>
 #include <vector>
-#include <istream>
+#include <iostream>
 
 #include "stg/OBJECT_IDENTIFIER.h"