From: Maxim Mamontov Date: Tue, 20 Sep 2011 13:45:52 +0000 (+0300) Subject: Replace istream header with iostream header for some dub compilers X-Git-Tag: 2.408-rc1~2 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b5cf4044017adaad07d202d201e7276cfeb014b0 Replace istream header with iostream header for some dub compilers --- 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"