X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Ftabbed_values.hxx;h=146ba36834e69985006c92731f8a273e21da1fce;hb=2e71b64de1d937e2b7c34dd4a2365be455d0b82a;hp=cc7335f7f321d0b90ee85a6c3e8bc535f0765af5;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/misc/tabbed_values.hxx b/simgear/misc/tabbed_values.hxx index cc7335f7..146ba368 100644 --- a/simgear/misc/tabbed_values.hxx +++ b/simgear/misc/tabbed_values.hxx @@ -28,8 +28,8 @@ #include #include -SG_USING_STD(vector); -SG_USING_STD(string); +using std::vector; +using std::string; class SGTabbedValues {