From 1341d1e1f2213f09a284c7d982e55a87aefcb275 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 8 Sep 2020 12:34:37 +0100 Subject: [PATCH] Missed fix for logging in the test-suite --- simgear/debug/OsgIoCapture.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simgear/debug/OsgIoCapture.hxx b/simgear/debug/OsgIoCapture.hxx index 9f14e441..611778fa 100644 --- a/simgear/debug/OsgIoCapture.hxx +++ b/simgear/debug/OsgIoCapture.hxx @@ -2,8 +2,7 @@ #include -using namespace osg; - +#include /** * merge OSG output into our logging system, so it gets recorded to file,