X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_serial.cxx;h=b7b2f5a94cbca8c45d01928f6ec603eddbc0bcf7;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=8f06b82c428eaa71513ffdbc0d2b2c7387712ff2;hpb=9861d742217e91706ac7b187bafa7b55fe694bd4;p=simgear.git diff --git a/simgear/io/sg_serial.cxx b/simgear/io/sg_serial.cxx index 8f06b82c..b7b2f5a9 100644 --- a/simgear/io/sg_serial.cxx +++ b/simgear/io/sg_serial.cxx @@ -25,14 +25,14 @@ #include -#include STL_STRING +#include #include #include #include "sg_serial.hxx" -SG_USING_STD(string); +using std::string; SGSerial::SGSerial( const string& device_name, const string& baud_rate ) :