]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/yasim-test.cpp
FGPUIDialog: fix reading from already free'd memory.
[flightgear.git] / src / FDM / YASim / yasim-test.cpp
index f94ab9e74044219d6e1b84fc34f6b8589a3229aa..87b834e53b1d51d017d3603c1c4fc0d96200eb6c 100644 (file)
@@ -10,9 +10,8 @@
 #include "Atmosphere.hpp"
 #include "Airplane.hpp"
 
-#include <simgear/math/SGMath.hxx>
-
 using namespace yasim;
+using std::string;
 
 // Stubs.  Not needed by a batch program, but required to link.
 bool fgSetFloat (const char * name, float val) { return false; }