]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/AIMgr.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / ATCDCL / AIMgr.hxx
index 6bc81a10b9afd33da00cf5366e2415469d24d2d9..d08d6f56662794c2f5516efd05fdfea8f6fcd96d 100644 (file)
@@ -31,7 +31,7 @@
 #include "ATCmgr.hxx"
 #include "AIEntity.hxx"
 
-SG_USING_STD(list);
+using std::list;
 
 
 class FGAIMgr : public SGSubsystem