#include <simgear/compiler.h> and adjust to fit the standard coding conventions

of this project.
This commit is contained in:
curt 2001-06-13 18:10:16 +00:00
parent 48a219473e
commit 3e7ece7f5f

View File

@ -11,15 +11,17 @@
#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);
/**