]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AICarrier.hxx
Merge branch 'topic/gcintersect' into next
[flightgear.git] / src / AIModel / AICarrier.hxx
index 0e88ba4527b8161549abf68f4e7fe226bb6a0271..c359c3fcb35f4b5aba7dd373507650f45a9f6ef3 100644 (file)
@@ -29,8 +29,8 @@
 
 #include <simgear/compiler.h>
 
-SG_USING_STD(string);
-SG_USING_STD(list);
+using std::string;
+using std::list;
 
 #include "AIShip.hxx"