X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FJSBSim%2Fmodels%2FFGGasCell.cpp;h=8edabcd9afe9935b4b2b005d209c07cdd1557881;hb=53e8fbfcbb3ddac0dc261043fea7bd24dfa6e62d;hp=e6b32b6e00ec1ccd967d4f7b35397210a78653de;hpb=9cd26d8b341fa32b617bb9ab851e0d557b7e0344;p=flightgear.git diff --git a/src/FDM/JSBSim/models/FGGasCell.cpp b/src/FDM/JSBSim/models/FGGasCell.cpp index e6b32b6e0..8edabcd9a 100644 --- a/src/FDM/JSBSim/models/FGGasCell.cpp +++ b/src/FDM/JSBSim/models/FGGasCell.cpp @@ -35,20 +35,25 @@ HISTORY INCLUDES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ -#include -#include -#include -#include -#include +#include "FGFDMExec.h" +#include "models/FGAuxiliary.h" +#include "models/FGAtmosphere.h" +#include "models/FGInertial.h" +#include "models/FGMassBalance.h" #include "FGGasCell.h" +#include "input_output/FGXMLElement.h" +#include +#include using std::cerr; using std::endl; using std::cout; +using std::string; +using std::max; namespace JSBSim { -static const char *IdSrc = "$Id$"; +static const char *IdSrc = "$Id: FGGasCell.cpp,v 1.12 2009/10/24 22:59:30 jberndt Exp $"; static const char *IdHdr = ID_GASCELL; /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%