X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fdecode_binobj.cxx;h=302648bda8f67c5668483d5368d1918a5bcf710d;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=2865db5700d5bad2d1ac269e9da85267f37cd92a;hpb=560c100484e3678770c9589e6067d627ec5554e5;p=simgear.git diff --git a/simgear/io/decode_binobj.cxx b/simgear/io/decode_binobj.cxx index 2865db57..302648bd 100644 --- a/simgear/io/decode_binobj.cxx +++ b/simgear/io/decode_binobj.cxx @@ -5,12 +5,12 @@ #include #include -#include STL_IOSTREAM +#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 ) {