From 30227c090c5b04e989e54941f7a62bf577ddef78 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 4 Jul 2016 10:17:41 +0100 Subject: [PATCH] Build fixes for yasim tests / SGPath changes. --- src/FDM/YASim/proptest.cpp | 2 ++ src/FDM/YASim/yasim-test.cpp | 1 + 2 files changed, 3 insertions(+) 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" -- 2.39.5