]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIThermal.hxx
James Turner: Improved runway management code:
[flightgear.git] / src / AIModel / AIThermal.hxx
index 38a50bea9da7784a107eefd3e74f623bb47bdc98..731ac81ce61c168c03d03eaeffbe56d23d8db59c 100644 (file)
@@ -25,7 +25,7 @@
 #include "AIBase.hxx"
 
 #include <string>
-SG_USING_STD(string);
+using std::string;
 
 
 class FGAIThermal : public FGAIBase {