From: James Turner Date: Mon, 4 Jul 2016 09:17:41 +0000 (+0100) Subject: Build fixes for yasim tests / SGPath changes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30227c090c5b04e989e54941f7a62bf577ddef78;p=flightgear.git Build fixes for yasim tests / SGPath changes. --- diff --git a/src/FDM/YASim/proptest.cpp b/src/FDM/YASim/proptest.cpp index 49abc1916..c0482b8fb 100644 --- a/src/FDM/YASim/proptest.cpp +++ b/src/FDM/YASim/proptest.cpp @@ -11,6 +11,8 @@ #include "Propeller.hpp" #include "Atmosphere.hpp" +#include + using namespace yasim; // Usage: proptest plane.xml [alt-ft] [spd-ktas] diff --git a/src/FDM/YASim/yasim-test.cpp b/src/FDM/YASim/yasim-test.cpp index dbd860887..61ed2a3dd 100644 --- a/src/FDM/YASim/yasim-test.cpp +++ b/src/FDM/YASim/yasim-test.cpp @@ -5,6 +5,7 @@ #include #include +#include #include "FGFDM.hpp" #include "Atmosphere.hpp"