include cstring for memset() (necessary for gcc 4.3.*; backported
from JSBSim/cvs)
This commit is contained in:
parent
dce2d5d7cd
commit
030035a32a
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ INCLUDES
|
|||
#include "models/propulsion/FGPiston.h"
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <cstring>
|
||||
|
||||
#include "input_output/net_fdm.hxx"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue