#include <simgear/compiler.h> and adjust to fit the standard coding conventions
of this project.
This commit is contained in:
parent
48a219473e
commit
3e7ece7f5f
@ -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);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user