]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/garmin.hxx
Sync. w. JSBSim CVS
[flightgear.git] / src / Network / garmin.hxx
index dfabde3319c908cc847946d40eabf937c162b82e..60f2420b66ea1b76fa0e8d51961e2042730e43db 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGGarmin : public FGProtocol {