1
0
Fork 0

TestSuite: Fix include paths for logging

This commit is contained in:
James Turner 2020-09-08 11:37:13 +01:00
parent 1fe82206a0
commit 5da15c3773
3 changed files with 4 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#include "logging.hxx" #include "logging.hxx"
#include <simgear/debug/logstream.hxx>
#include <simgear/debug/OsgIoCapture.hxx> #include <simgear/debug/OsgIoCapture.hxx>

View file

@ -25,7 +25,7 @@
#include <sstream> #include <sstream>
#include <simgear/debug/logstream.hxx> #include <simgear/debug/LogCallback.hxx>
// A logstream callback based on the simgear FileLogCallback class. // A logstream callback based on the simgear FileLogCallback class.

View file

@ -21,6 +21,8 @@
#include <cstring> #include <cstring>
#include <iostream> #include <iostream>
#include <simgear/debug/logstream.hxx>
#include "dataStore.hxx" #include "dataStore.hxx"
#include "fgTestRunner.hxx" #include "fgTestRunner.hxx"
#include "formatting.hxx" #include "formatting.hxx"