From 5da15c3773eddcf44d21e12e7e1a9e2adde65eda Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 8 Sep 2020 11:37:13 +0100 Subject: [PATCH] TestSuite: Fix include paths for logging --- test_suite/logging.cxx | 1 + test_suite/logging.hxx | 2 +- test_suite/testSuite.cxx | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/test_suite/logging.cxx b/test_suite/logging.cxx index 7800bdbf9..edcd4eed0 100644 --- a/test_suite/logging.cxx +++ b/test_suite/logging.cxx @@ -22,6 +22,7 @@ #include "logging.hxx" +#include #include diff --git a/test_suite/logging.hxx b/test_suite/logging.hxx index cdead96c1..5d97a12ed 100644 --- a/test_suite/logging.hxx +++ b/test_suite/logging.hxx @@ -25,7 +25,7 @@ #include -#include +#include // A logstream callback based on the simgear FileLogCallback class. diff --git a/test_suite/testSuite.cxx b/test_suite/testSuite.cxx index 56940d36f..1bf0c320b 100644 --- a/test_suite/testSuite.cxx +++ b/test_suite/testSuite.cxx @@ -21,6 +21,8 @@ #include #include +#include + #include "dataStore.hxx" #include "fgTestRunner.hxx" #include "formatting.hxx"