stdint.h or equivalent is needed for net_fdm.hxx
This commit is contained in:
parent
290bef5749
commit
ec8b5df2cf
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ typedef unsigned long uint32_t;
|
|||
typedef long int32_t;
|
||||
#endif
|
||||
|
||||
//--->>>#include <simgear/misc/stdint.hxx> //not required for JSBSim
|
||||
#include <simgear/misc/stdint.hxx> //not required for JSBSim
|
||||
|
||||
|
||||
// NOTE: this file defines an external interface structure. Due to
|
||||
|
|
Loading…
Add table
Reference in a new issue