1
0
Fork 0

Build fixes for yasim tests / SGPath changes.

This commit is contained in:
James Turner 2016-07-04 10:17:41 +01:00
parent 400901c239
commit 7870e03faf
2 changed files with 3 additions and 0 deletions

View 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]

View 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"