X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Ftabbed_values.hxx;h=146ba36834e69985006c92731f8a273e21da1fce;hb=034f5db3bd9df49698dea7465a2c3419603865c2;hp=a6dfdedafcaaf572fcaf23d69a267e4868e44310;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/misc/tabbed_values.hxx b/simgear/misc/tabbed_values.hxx index a6dfdeda..146ba368 100644 --- a/simgear/misc/tabbed_values.hxx +++ b/simgear/misc/tabbed_values.hxx @@ -26,10 +26,10 @@ #include #include -#include STL_STRING +#include -SG_USING_STD(vector); -SG_USING_STD(string); +using std::vector; +using std::string; class SGTabbedValues {