]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_serial.cxx
Unit test for SGBinObj, and fix a bug in large-indice handling the test revealed.
[simgear.git] / simgear / io / sg_serial.cxx
index 8f06b82c428eaa71513ffdbc0d2b2c7387712ff2..b7b2f5a94cbca8c45d01928f6ec603eddbc0bcf7 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/serial/serial.hxx>
 
 #include "sg_serial.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 SGSerial::SGSerial( const string& device_name, const string& baud_rate ) :