]> git.mxchange.org Git - flightgear.git/commitdiff
Build fixes for yasim tests / SGPath changes.
authorJames Turner <zakalawe@mac.com>
Mon, 4 Jul 2016 09:17:41 +0000 (10:17 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 22 Sep 2016 21:27:47 +0000 (23:27 +0200)
src/FDM/YASim/proptest.cpp
src/FDM/YASim/yasim-test.cpp

index 49abc1916e156d2f5efcb4546ad63a16c2382352..c0482b8fbb147f551100a0b5de3e5f4575ac4c7b 100644 (file)
@@ -11,6 +11,8 @@
 #include "Propeller.hpp"
 #include "Atmosphere.hpp"
 
+#include <simgear/misc/sg_path.hxx>
+
 using namespace yasim;
 
 // Usage: proptest plane.xml [alt-ft] [spd-ktas]
index dbd860887711d54f411e0250214214bfe67205d9..61ed2a3dd422f8c2da7c724a24e8b6b0cbc1b171 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <simgear/props/props.hxx>
 #include <simgear/xml/easyxml.hxx>
+#include <simgear/misc/sg_path.hxx>
 
 #include "FGFDM.hpp"
 #include "Atmosphere.hpp"