diff --git a/simgear/misc/commands.hxx b/simgear/misc/commands.hxx index 6cfc5381..198714a1 100644 --- a/simgear/misc/commands.hxx +++ b/simgear/misc/commands.hxx @@ -11,15 +11,17 @@ #define __COMMANDS_HXX -#include +#include + +#include STL_STRING #include #include #include "props.hxx" -using std::string; -using std::map; -using std::vector; +SG_USING_STD(string); +SG_USING_STD(map); +SG_USING_STD(vector); /**