X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsocktest.cxx;h=83adfd2742cc22be9a5fbd2628d62b051c298323;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=1cd8f79f6d475f2fec5d0e198a5656cf6fa2161e;hpb=49fe06498a0a8997c8ea47a182527da2e5ae7529;p=simgear.git diff --git a/simgear/io/socktest.cxx b/simgear/io/socktest.cxx index 1cd8f79f..83adfd27 100644 --- a/simgear/io/socktest.cxx +++ b/simgear/io/socktest.cxx @@ -5,7 +5,7 @@ #include #include -#include STL_IOSTREAM +#include #include "sg_socket.hxx" #include "lowlevel.hxx" @@ -14,8 +14,8 @@ static const int sgEndianTest = 1; #define sgIsLittleEndian (*((char *) &sgEndianTest ) != 0) #define sgIsBigEndian (*((char *) &sgEndianTest ) == 0) -SG_USING_STD(cout); -SG_USING_STD(endl); +using std::cout; +using std::endl; int main() {