X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fsstream;h=c89ffdc3e36fa99868abe97f7391003001c06e3b;hp=69d4ee2804672e0fda8b344d5038c1f2213dde94;hb=baba40afccf75bd75d612980fee023ff22c40952;hpb=2debde82a721c0cf5bdf6642ace3290f83bb21a4 diff --git a/include/sstream b/include/sstream index 69d4ee2..c89ffdc 100644 --- a/include/sstream +++ b/include/sstream @@ -1,5 +1,7 @@ #ifndef __CM_SSTREAM__ #define __CM_SSTREAM__ + +#ifndef MSVC #include #include @@ -105,6 +107,8 @@ inline istringstream & getline (istringstream & src_stream, string & str, char s } } // End of namespace std + +#endif #endif