]> git.mxchange.org Git - flightgear.git/commitdiff
include cstring for memset() (necessary for gcc 4.3.*; backported
authormfranz <mfranz>
Tue, 15 Jul 2008 13:08:03 +0000 (13:08 +0000)
committermfranz <mfranz>
Tue, 15 Jul 2008 13:08:03 +0000 (13:08 +0000)
from JSBSim/cvs)

src/FDM/JSBSim/models/FGOutput.cpp

index 18fa12e122f51c3c6406cdb46a89b865c5decea3..b3c54658cabba6ec52bb6294ae1b6274661f52be 100644 (file)
@@ -55,6 +55,7 @@ INCLUDES
 #include "models/propulsion/FGPiston.h"
 #include <fstream>
 #include <iomanip>
+#include <cstring>
 
 #include "input_output/net_fdm.hxx"