From b5cf4044017adaad07d202d201e7276cfeb014b0 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 20 Sep 2011 16:45:52 +0300 Subject: [PATCH] Replace istream header with iostream header for some dub compilers --- projects/stargazer/plugins/other/smux/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugins/other/smux/types.h b/projects/stargazer/plugins/other/smux/types.h index a121bf7a..5498d2eb 100644 --- a/projects/stargazer/plugins/other/smux/types.h +++ b/projects/stargazer/plugins/other/smux/types.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include "stg/OBJECT_IDENTIFIER.h" -- 2.43.2