]> git.mxchange.org Git - simgear.git/commitdiff
#include <simgear/compiler.h> and adjust to fit the standard coding conventions
authorcurt <curt>
Wed, 13 Jun 2001 18:10:16 +0000 (18:10 +0000)
committercurt <curt>
Wed, 13 Jun 2001 18:10:16 +0000 (18:10 +0000)
of this project.

simgear/misc/commands.hxx

index 6cfc53810e1d82840878141ef7cb303bbec64e5e..198714a1ff6cc77fcf030bd09b100535ae24ac37 100644 (file)
 #define __COMMANDS_HXX
 
 
-#include <string>
+#include <simgear/compiler.h>
+
+#include STL_STRING
 #include <map>
 #include <vector>
 
 #include "props.hxx"
 
-using std::string;
-using std::map;
-using std::vector;
+SG_USING_STD(string);
+SG_USING_STD(map);
+SG_USING_STD(vector);
 
 
 /**