From 4f71be21d4819be196ecba04a62682a158641338 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 13 May 2005 21:39:34 +0000 Subject: [PATCH] Yet another using namespace osg to try and work out the spat betwen MipsPro and VS.6.0. --- src/osgSim/Impostor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgSim/Impostor.cpp b/src/osgSim/Impostor.cpp index 3ef5a2989..284aaca08 100644 --- a/src/osgSim/Impostor.cpp +++ b/src/osgSim/Impostor.cpp @@ -14,6 +14,7 @@ #include +using namespace osg; using namespace osgSim; Impostor::Impostor()