1
0
Fork 0

include cstring for memset() (necessary for gcc 4.3.*; backported

from JSBSim/cvs)
This commit is contained in:
mfranz 2008-07-15 13:08:03 +00:00
parent dce2d5d7cd
commit 030035a32a

View file

@ -55,6 +55,7 @@ INCLUDES
#include "models/propulsion/FGPiston.h"
#include <fstream>
#include <iomanip>
#include <cstring>
#include "input_output/net_fdm.hxx"