X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2Fjsinput.cxx;h=b57f828d2bb99d1a41c1062684b42631f79ba645;hb=76020894600c4d20f958f3d402419dc0fce78b74;hp=ac7e4669f969ae1a581416ec6b62c9363427117b;hpb=2c7e01133f52e7ba27c58c49d51693c0caaf78bd;p=flightgear.git diff --git a/src/Input/jsinput.cxx b/src/Input/jsinput.cxx index ac7e4669f..b57f828d2 100644 --- a/src/Input/jsinput.cxx +++ b/src/Input/jsinput.cxx @@ -20,11 +20,11 @@ #include -#include STL_IOSTREAM +#include -SG_USING_STD(cout); -SG_USING_STD(cin); -SG_USING_STD(endl); +using std::cout; +using std::cin; +using std::endl; #include "jsinput.h"