From d7662bceb8569bd0346e1fecbe7eaf2d559232f1 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 19 Oct 2002 10:27:52 +0000 Subject: [PATCH] Put cout and endl in std:: namespace. --- src/Objects/pt_lights.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Objects/pt_lights.cxx b/src/Objects/pt_lights.cxx index b778d75d4..3041d1feb 100644 --- a/src/Objects/pt_lights.cxx +++ b/src/Objects/pt_lights.cxx @@ -28,6 +28,9 @@ #include "pt_lights.hxx" +SG_USING_STD(cout); +SG_USING_STD(endl); + // strobe pre-draw (we want a larger point size) static int StrobePreDraw( ssgEntity *e ) { -- 2.39.5