TestSuite: Fix include paths for logging
This commit is contained in:
parent
1fe82206a0
commit
5da15c3773
3 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "logging.hxx"
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/debug/OsgIoCapture.hxx>
|
||||
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <sstream>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/debug/LogCallback.hxx>
|
||||
|
||||
|
||||
// A logstream callback based on the simgear FileLogCallback class.
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
#include "dataStore.hxx"
|
||||
#include "fgTestRunner.hxx"
|
||||
#include "formatting.hxx"
|
||||
|
|
Loading…
Reference in a new issue