X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fdecode_binobj.cxx;h=0c4a99226841cb3655200bca76bfc6b2e884382d;hb=086a30e61aa153008bd403c79cd1bff3ad594179;hp=2865db5700d5bad2d1ac269e9da85267f37cd92a;hpb=560c100484e3678770c9589e6067d627ec5554e5;p=simgear.git diff --git a/simgear/io/decode_binobj.cxx b/simgear/io/decode_binobj.cxx index 2865db57..0c4a9922 100644 --- a/simgear/io/decode_binobj.cxx +++ b/simgear/io/decode_binobj.cxx @@ -4,13 +4,18 @@ #include +#ifndef _WIN32 #include -#include STL_IOSTREAM +#endif + +#include +#include +#include #include "sg_binobj.hxx" -SG_USING_STD(cout); -SG_USING_STD(endl); +using std::cout; +using std::endl; int main( int argc, char **argv ) { @@ -63,7 +68,7 @@ int main( int argc, char **argv ) { cout << "# geometry groups" << endl; cout << endl; - string material; + std::string material; int_list vertex_index; int_list normal_index; int_list tex_index;