X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2Ftestserial.cxx;h=828be05371e981013226c76ede7a4e95f37cb173;hb=a131f442477a11894169933755591674bb7ad5e9;hp=bc6b9c6a534d12675a61c46375a80ebb60a1f902;hpb=b3f88735a88ab60089298ef299a99ca650536a86;p=simgear.git diff --git a/simgear/serial/testserial.cxx b/simgear/serial/testserial.cxx index bc6b9c6a..828be053 100644 --- a/simgear/serial/testserial.cxx +++ b/simgear/serial/testserial.cxx @@ -1,14 +1,14 @@ #include -#include STL_STRING -#include STL_IOSTREAM +#include +#include #include #include "serial.hxx" -SG_USING_STD(cout); -SG_USING_STD(endl); +using std::cout; +using std::endl; int main () { SGSerialPort port;