X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fparking.hxx;h=0cac08bbcdc9069bc2b0f97c50a3776a3e9a1e7c;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=908acf0294b3e597d458323dda0b1f3234ee80d5;hpb=17c42deae16610939d598a0dabe28d2d4d362469;p=flightgear.git diff --git a/src/Airports/parking.hxx b/src/Airports/parking.hxx index 908acf029..0cac08bbc 100644 --- a/src/Airports/parking.hxx +++ b/src/Airports/parking.hxx @@ -31,13 +31,13 @@ #include -#include STL_STRING +#include #include #include "gnnode.hxx" -SG_USING_STD(string); -SG_USING_STD(vector); +using std::string; +using std::vector; class FGTaxiRoute;