]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/apt_signs.cxx
Replace SG_USE_STD() by using std::
[simgear.git] / simgear / scene / tgdb / apt_signs.cxx
index 296a8d3e01d75874ada78157925a918133a8d224..4053dda16ff204b0a513d4af480ba9d48a1bd3dc 100644 (file)
@@ -41,7 +41,7 @@
 #define SIGN "OBJECT_SIGN: "
 #define RWY "OBJECT_RUNWAY_SIGN: "
 
-SG_USING_STD(vector);
+using std::vector;
 
 // for temporary storage of sign elements
 struct element_info {