From 0778ae308d50a21242ffb047e435bece68817d34 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 20 Jun 2001 22:22:04 +0000 Subject: [PATCH] - added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++ compliance --- tests/test-up.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-up.cxx b/tests/test-up.cxx index 3aac58306..c349d98ea 100644 --- a/tests/test-up.cxx +++ b/tests/test-up.cxx @@ -9,6 +9,9 @@ #include #include +SG_USING_STD(cout); +SG_USING_STD(endl); + int main() { // for each lat/lon given in goedetic coordinates, calculate // geocentric coordinates, cartesian coordinates, the local "up" -- 2.39.5