]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/models/FGAtmosphere.cpp
Merge branch 'ehofman/sound'
[flightgear.git] / src / FDM / JSBSim / models / FGAtmosphere.cpp
index e1daeb0f9e3d317483f9c5b0c0b51df25164a0fd..c21e45cbc1dff8ee0a5bce9bc0122440d0c5d7f4 100644 (file)
@@ -54,6 +54,10 @@ INCLUDES
 #include "FGPropagate.h"
 #include "FGInertial.h"
 #include "input_output/FGPropertyManager.h"
+#include <iostream>
+#include <cstdlib>
+
+using namespace std;
 
 namespace JSBSim {