From: mfranz Date: Tue, 15 Jul 2008 13:08:03 +0000 (+0000) Subject: include cstring for memset() (necessary for gcc 4.3.*; backported X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=030035a32a3f0e0e43794f13419bebd1a43f0263;p=flightgear.git include cstring for memset() (necessary for gcc 4.3.*; backported from JSBSim/cvs) --- diff --git a/src/FDM/JSBSim/models/FGOutput.cpp b/src/FDM/JSBSim/models/FGOutput.cpp index 18fa12e12..b3c54658c 100644 --- a/src/FDM/JSBSim/models/FGOutput.cpp +++ b/src/FDM/JSBSim/models/FGOutput.cpp @@ -55,6 +55,7 @@ INCLUDES #include "models/propulsion/FGPiston.h" #include #include +#include #include "input_output/net_fdm.hxx"